OSDN Git Service

t#30009:fix views
[pettanr/pettanr.git] / app / views / home / panel_picture.html.erb
1 <h1>Listing my panel pictures</h1>
2
3 <table>
4   <tr>
5     <th>picture</th>
6     <th>credit</th>
7     <th>panel</th>
8     <th>link</th>
9     <th>x, y, z</th>
10     <th>t</th>
11     <th>WidthxHeight</th>
12     <th>vh</th>
13     <th>updated_at</th>
14   </tr>
15
16 <% @panel_pictures.each do |panel_picture| %>
17   <%= render 'panel_pictures/list_item', :panel_picture => panel_picture %>
18 <% end %>
19 </table>