Sha256: 827ad214bc76ca4a4b7a10a5eaa4ebad0b8367a32aa85f0de634724a6ccbb9ce
Contents?: true
Size: 472 Bytes
Versions: 5
Compression:
Stored size: 472 Bytes
Contents
<h1>Listing store_products</h1> <table> <tr> <th></th> <th></th> <th></th> </tr> <% @store_products.each do |store_product| %> <tr> <td><%= link_to 'Show', store_product %></td> <td><%= link_to 'Edit', edit_store_product_path(store_product) %></td> <td><%= link_to 'Destroy', store_product, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Product', new_store_product_path %>
Version data entries
5 entries across 5 versions & 1 rubygems