Sha256: 61ae521777c63c4cfc459e5c0872ea404370302345716fd164cd16429e1099fd

Contents?: true

Size: 617 Bytes

Versions: 14

Compression:

Stored size: 617 Bytes

Contents

<h1>Listing photo_files</h1>

<table>
  <tr>
    <th>Image filename</th>
    <th>Image width</th>
    <th>Image height</th>
  </tr>

<% for photo_file in @photo_files %>
  <tr>
    <td><%=h photo_file.image_filename %></td>
    <td><%=h photo_file.image_width %></td>
    <td><%=h photo_file.image_height %></td>
    <td><%= link_to 'Show', photo_file %></td>
    <td><%= link_to 'Edit', edit_photo_file_path(photo_file) %></td>
    <td><%= link_to 'Destroy', photo_file, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New photo_file', new_photo_file_path %>

Version data entries

14 entries across 14 versions & 4 rubygems

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