OSDN Git Service

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