OSDN Git Service

Client is version 0.5.46, fixed picture.id
[pettanr/pettanr.git] / app / views / home / panel_color.html.erb
1 <h1><%= t '.title' -%></h1>
2
3 <table>
4   <tr>
5     <th><%= t_m 'PanelColor.panel_id' -%></th>
6     <th><%= t_m 'PanelColor.code' -%></th>
7     <th><%= t_m 'PanelColor.z' -%></th>
8     <th><%= t_m 'PanelColor.created_at' -%></th>
9     <th><%= t_m 'PanelColor.updated_at' -%></th>
10   </tr>
11
12   <% @panel_colors.each do |pc| %>
13     <%= render 'list_item', :panel_color => pc %>
14   <% end -%>
15 </table>