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

Version Path
tvdeyen-fleximage-1.2.0 test/rails_root/app/views/photo_dbs/index.html.erb
tvdeyen-fleximage-1.1.1 test/rails_root/app/views/photo_dbs/index.html.erb
tvdeyen-fleximage-1.0.9 test/rails_root/app/views/photo_dbs/index.html.erb
tvdeyen-fleximage-1.0.8 test/rails_root/app/views/photo_dbs/index.html.erb
tvdeyen-fleximage-1.0.7 test/rails_root/app/views/photo_dbs/index.html.erb
robinboening-fleximage-1.0.6 test/rails_root/app/views/photo_dbs/index.html.erb
robinboening-fleximage-1.0.4 test/rails_root/app/views/photo_dbs/index.html.erb
tvdeyen-fleximage-1.0.5 test/rails_root/app/views/photo_dbs/index.html.erb
fleximage-1.0.4 test/rails_root/app/views/photo_dbs/index.html.erb
dougmcbride-fleximage-1.0.3 test/rails_root/app/views/photo_dbs/index.html.erb
fleximage-1.0.3 test/rails_root/app/views/photo_dbs/index.html.erb
fleximage-1.0.2 test/rails_root/app/views/photo_dbs/index.html.erb
fleximage-1.0.1 test/rails_root/app/views/photo_dbs/index.html.erb
fleximage-1.0.0 test/rails_root/app/views/photo_dbs/index.html.erb