Sha256: 08a212a013edaa6eaa86ab99aa05dd05040e4dccc9f53033752f1f69ecbf8ef3

Contents?: true

Size: 448 Bytes

Versions: 70

Compression:

Stored size: 448 Bytes

Contents

<h1>Listing products</h1>

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

<br />

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

Version data entries

70 entries across 70 versions & 22 rubygems

Version Path
akitaonrails-resource_controller-0.5.2 test/app/views/cms/products/index.rhtml
akitaonrails-resource_controller-0.5.3 test/app/views/cms/products/index.rhtml
csmosx-resource_controller-0.6.6 test/app/views/cms/products/index.rhtml
csmosx-resource_controller-0.6.7 test/app/views/cms/products/index.rhtml
dkubb-resource_controller-0.6.5 test/app/views/cms/products/index.rhtml
giraffesoft-resource_controller-0.4.10 test/app/views/cms/products/index.rhtml
giraffesoft-resource_controller-0.4.12 test/app/views/cms/products/index.rhtml
giraffesoft-resource_controller-0.4.9 test/app/views/cms/products/index.rhtml
giraffesoft-resource_controller-0.5.2 test/app/views/cms/products/index.rhtml
giraffesoft-resource_controller-0.5.3 test/app/views/cms/products/index.rhtml
giraffesoft-resource_controller-0.5.5 test/app/views/cms/products/index.rhtml
giraffesoft-resource_controller-0.5.6 test/app/views/cms/products/index.rhtml
giraffesoft-resource_controller-0.6.0 test/app/views/cms/products/index.rhtml
giraffesoft-resource_controller-0.6.1 test/app/views/cms/products/index.rhtml
giraffesoft-resource_controller-0.6.5 test/app/views/cms/products/index.rhtml
jeffrafter-resource_controller-0.5.5 test/app/views/cms/products/index.rhtml
kdmny-spree-0.0.1 vendor/plugins/resource_controller/test/app/views/cms/products/index.rhtml
korin-resource_controller-0.5.3 test/app/views/cms/products/index.rhtml
maser-resource_controller-0.6.6 test/app/views/cms/products/index.rhtml
nileshtrivedi-lp_resource_builder-0.5.1 test/app/views/cms/products/index.rhtml