OSDN Git Service

t#30009:fix views
[pettanr/pettanr.git] / app / views / panel_pictures / index.html.erb
1 <h1>Listing 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>caption</th>
10     <th>x, y, z</th>
11     <th>t</th>
12     <th>WidthxHeight</th>
13     <th>vh</th>
14     <th>updated_at</th>
15   </tr>
16
17 <% @panel_pictures.each do |panel_picture| %>
18   <%= render 'list_item', :panel_picture => panel_picture %>
19 <% end %>
20 </table>