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