Sha256: 36e409e532ccba94920c262dbec12af440087a9d28afe6ee16de7db1ba889c07

Contents?: true

Size: 402 Bytes

Versions: 14

Compression:

Stored size: 402 Bytes

Contents

<h1>Listing photo_bares</h1>

<table>
  <tr>
  </tr>

<% for photo_bare in @photo_bares %>
  <tr>
    <td><%= link_to 'Show', photo_bare %></td>
    <td><%= link_to 'Edit', edit_photo_bare_path(photo_bare) %></td>
    <td><%= link_to 'Destroy', photo_bare, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New photo_bare', new_photo_bare_path %>

Version data entries

14 entries across 14 versions & 4 rubygems

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