Sha256: 9bdd67aa9f072eb902e5b7eb88612b33fee43035785ad268723b5267350102bf

Contents?: true

Size: 434 Bytes

Versions: 121

Compression:

Stored size: 434 Bytes

Contents

<h1>Listing photos</h1>

<table>
  <tr>
    <th>Title</th>
  </tr>
  
<% for photo in @photos %>
  <tr>
    <td><%=h photo.title %></td>
    <td><%= link_to 'Show', object_url(photo) %></td>
    <td><%= link_to 'Edit', edit_object_url(photo) %></td>
    <td><%= link_to 'Destroy', object_url(photo), :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New photo', new_object_url %>

Version data entries

121 entries across 70 versions & 22 rubygems

Version Path
viva-resource_controller-0.6.5.2 test/app/views/cms/photos/index.rhtml
viva-resource_controller-0.6.5.2 test/app/views/photos/index.rhtml
viva-resource_controller-0.6.5 test/app/views/photos/index.rhtml
viva-resource_controller-0.6.5 test/app/views/cms/photos/index.rhtml
spree-0.11.4 vendor/plugins/resource_controller/test/app/views/cms/photos/index.rhtml
spree-0.11.4 vendor/plugins/resource_controller/test/app/views/photos/index.rhtml
makandra_resource_controller-0.8.0 test/app/views/photos/index.html.erb
makandra_resource_controller-0.8.0 test/app/views/cms/photos/index.html.erb
resources_controller-1.0.4 test/app/views/cms/photos/index.rhtml
resources_controller-1.0.4 test/app/views/photos/index.rhtml
resources_controller-1.0.3 test/app/views/photos/index.rhtml
resources_controller-1.0.3 test/app/views/cms/photos/index.rhtml
resources_controller-1.0.2 test/app/views/photos/index.rhtml
resources_controller-1.0.2 test/app/views/cms/photos/index.rhtml
makandra_resource_controller-0.7.3 test/app/views/cms/photos/index.rhtml
makandra_resource_controller-0.7.3 test/app/views/photos/index.rhtml
spree-0.11.3 vendor/plugins/resource_controller/test/app/views/photos/index.rhtml
spree-0.11.3 vendor/plugins/resource_controller/test/app/views/cms/photos/index.rhtml
makandra_resource_controller-0.7.2 test/app/views/photos/index.rhtml
makandra_resource_controller-0.7.2 test/app/views/cms/photos/index.rhtml