OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / views / home / ground_pictures.html.erb
1 <h1><%= t '.title' -%></h1>
2
3 <table>
4   <tr>
5     <th><%= t_m 'GroundPicture.id' -%></th>
6     <th><%= t_m 'GroundPicture.caption' -%></th>
7     <th><%= t_m 'GroundPicture.picture_id' -%></th>
8     <th><%=   -%></th>
9     <th><%= t_m 'GroundPicture.panel_id' -%></th>
10     <th><%= t_m 'GroundPicture.z' -%></th>
11     <th><%= t_m 'GroundPicture.repeat' -%></th>
12     <th><%= t_m 'GroundPicture.x' -%></th>
13     <th><%= t_m 'GroundPicture.y' -%></th>
14     <th><%= t_m 'GroundPicture.updated_at' -%></th>
15   </tr>
16
17   <% @ground_pictures.each do |gp| %>
18     <%= render 'ground_pictures/list_item', :ground_picture => gp %>
19   <% end -%>
20 </table>
21 <%= paginate(@paginate) %>