OSDN Git Service

w
[pettanr/pettanr.git] / app / views / panel_pictures / index.html.erb
index 70f01ee..aa5ecb1 100644 (file)
@@ -8,6 +8,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>
 
@@ -15,3 +16,4 @@
     <%= render 'list_item', :panel_picture => panel_picture %>
   <% end %>
 </table>
+<%= paginate(@paginate) %>