Sha256: 125dadb5b048e125811d287be3793565eb36105b73c065fafa2149da3da2859e
Contents?: true
Size: 324 Bytes
Versions: 5
Compression:
Stored size: 324 Bytes
Contents
%h1 Listing products %table %tr %th %th %th - @products.each do |product| %tr %td= link_to 'Show', product %td= link_to 'Edit', edit_product_path(product) %td= link_to 'Destroy', product, :confirm => 'Are you sure?', :method => :delete %br = link_to 'New Product', new_product_path
Version data entries
5 entries across 5 versions & 1 rubygems