OSDN Git Service

0770b6458cafb21abc0a2faac10ab970e0c4623d
[pettanr/pettanr.git] / app / views / home / panel_picture.html.erb
1 <h1>Listing my panel pictures</h1>
2
3 <% @panel_pictures.each do |panel_picture| %>
4   <div>
5     <%= panel_picture.picture.filename %>
6     <img src="<%= panel_picture.picture.url() -%>" width="<%= 44 -%>" height="<%= 44 -%>">
7     <%= panel_picture.picture.width %>x<%= panel_picture.picture.height %>
8     <%= panel_picture.picture.filesize %>bytes
9   </div>
10 <% end %>