Sha256: 7699b56f18e91b2ad7b5fdb1d85d7e71be02edaf1e0b9b787fc3bfc25bdaacea

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Name:</strong>
  <%= @thing.name %>
</p>

<p>
  <strong>Price:</strong>
  <%= @thing.price %>
</p>

<p>
  <strong>Qty:</strong>
  <%= @thing.qty %>
</p>

  <%= add_to_cart(@thing) %>

<%= link_to 'Edit', edit_thing_path(@thing) %> |
<%= link_to 'Back', things_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simple_cart-0.0.5 spec/dummy/app/views/things/show.html.erb
simple_cart-0.0.4 spec/dummy/app/views/things/show.html.erb
simple_cart-0.0.3 test/dummy/app/views/things/show.html.erb