Sha256: 9a74c19bba569cd0e9347e2dcc6fd805422f80ad518321c395c113442ce542b5
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
<h1><%= @product.name %></h1> <p>This is nice product.</p> <% if mylist.include?(@product) %> <%= link_to 'Remove this product from mylist', mylist_product_path(@product), data: {method: :delete} %> <% else %> <%= link_to 'Add this product to mylist', mylist_product_path(@product), data: {method: :post} %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
daimon-exhibition-0.1.0 | spec/dummy/app/views/products/show.html.erb |