OSDN Git Service

w
[pettanr/pettanr.git] / app / views / home / ground_colors.html.erb
index bc07f67..44aadfb 100644 (file)
@@ -2,8 +2,10 @@
 
 <table>
   <tr>
-    <th><%= t_m 'GroundColor.color_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,5 @@
     <%= render 'ground_colors/list_item', :ground_color => gc, :author => @author %>
   <% end -%>
 </table>
+<%= paginate(@paginate) %>
+<%= link_to t('ground_colors.new.title'), new_ground_color_path %>