Sha256: 1f0c67e7b4ed30df9d8d85615721b7a733e95db3d9091c792066bc6f5fdb2321
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Name:</strong> <%= @kk.name %> </p> <p> <strong>Price:</strong> <%= @kk.price %> </p> <p> <strong>Qty:</strong> <%= @kk.qty %> </p> <%= add_to_cart(@kk) %> <%= link_to 'Edit', edit_kk_path(@kk) %> | <%= link_to 'Back', kks_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_cart-0.0.5 | spec/dummy/app/views/kks/show.html.erb |
simple_cart-0.0.4 | spec/dummy/app/views/kks/show.html.erb |