OSDN Git Service

w
[pettanr/pettanr.git] / app / views / authors / ground_colors.html.erb
index 4395ceb..d8d16ed 100644 (file)
@@ -2,8 +2,10 @@
 
 <table>
   <tr>
-    <th><%= t_m 'GroundColor.panel_id' -%></th>
+    <th><%= t_m 'GroundColor.id' -%></th>
+    <th><%= t_m 'GroundColor.caption' -%></th>
     <th><%= t_m 'GroundColor.code' -%></th>
+    <th><%= t_m 'GroundColor.panel_id' -%></th>
     <th><%= t_m 'GroundColor.z' -%></th>
     <th><%= t_m 'GroundColor.updated_at' -%></th>
   </tr>
@@ -12,3 +14,4 @@
     <%= render 'ground_colors/list_item', :ground_color => ground_color, :author => @author %>
   <% end -%>
 </table>
+<%= paginate(@paginate) %>