Sha256: 00494f6e3290331eb59b27ed0ed31010f83e84018ac987d747bf4656870fce46
Contents?: true
Size: 668 Bytes
Versions: 14
Compression:
Stored size: 668 Bytes
Contents
<h1>Listing photo_dbs</h1> <table> <tr> <th>Image filename</th> <th>Image width</th> <th>Image height</th> <th>Image file data</th> </tr> <% for photo_db in @photo_dbs %> <tr> <td><%=h photo_db.image_filename %></td> <td><%=h photo_db.image_width %></td> <td><%=h photo_db.image_height %></td> <td><%=h photo_db.image_file_data %></td> <td><%= link_to 'Show', photo_db %></td> <td><%= link_to 'Edit', edit_photo_db_path(photo_db) %></td> <td><%= link_to 'Destroy', photo_db, :confirm => 'Are you sure?', :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New photo_db', new_photo_db_path %>
Version data entries
14 entries across 14 versions & 4 rubygems