OSDN Git Service

w
[pettanr/pettanr.git] / app / views / ground_pictures / index.html.erb
index dc5fafc..113187c 100644 (file)
@@ -2,14 +2,15 @@
 
 <table>
   <tr>
-    <th><%= t_m 'GroundPicture.panel_id' -%></th>
+    <th><%= t_m 'GroundPicture.id' -%></th>
+    <th><%= t_m 'GroundPicture.caption' -%></th>
     <th><%= t_m 'GroundPicture.picture_id' -%></th>
     <th><%=   -%></th>
+    <th><%= t_m 'GroundPicture.panel_id' -%></th>
     <th><%= t_m 'GroundPicture.z' -%></th>
     <th><%= t_m 'GroundPicture.repeat' -%></th>
     <th><%= t_m 'GroundPicture.x' -%></th>
     <th><%= t_m 'GroundPicture.y' -%></th>
-    <th><%= t_m 'GroundPicture.created_at' -%></th>
     <th><%= t_m 'GroundPicture.updated_at' -%></th>
   </tr>
 
@@ -17,3 +18,4 @@
     <%= render 'list_item', :ground_picture => gp %>
   <% end -%>
 </table>
+<%= paginate(@paginate) %>