OSDN Git Service

t#31326:drop color
[pettanr/pettanr.git] / app / views / authors / ground_colors.html.erb
1 <h1><%= t '.title' -%></h1>
2
3 <table>
4   <tr>
5     <th><%= t_m 'GroundColor.panel_id' -%></th>
6     <th><%= t_m 'GroundColor.code' -%></th>
7     <th><%= t_m 'GroundColor.z' -%></th>
8     <th><%= t_m 'GroundColor.updated_at' -%></th>
9   </tr>
10
11   <% @ground_colors.each do |ground_color| %>
12     <%= render 'ground_colors/list_item', :ground_color => ground_color, :author => @author %>
13   <% end -%>
14 </table>