OSDN Git Service

w
[pettanr/pettanr.git] / app / views / authors / panel_pictures.html.erb
index b6a7e77..884baeb 100644 (file)
@@ -9,6 +9,7 @@
     <th><%=  -%></th>
     <th><%= t_m 'PanelPicture.panel_id' -%></th>
     <th><%= t_m 'PanelPicture.link' -%></th>
+    <th><%= t_m 'PanelPicture.z' -%></th>
     <th><%= t_m 'PanelPicture.updated_at' -%></th>
   </tr>
 
@@ -16,3 +17,4 @@
     <%= render 'panel_pictures/list_item', :panel_picture => panel_picture %>
   <% end %>
 </table>
+<%= paginate(@paginate) %>