Sha256: 521f0b831f4746633dfe2916a8121b28610110b44d3660ae89a1dc2171f1abf4
Contents?: true
Size: 281 Bytes
Versions: 2
Compression:
Stored size: 281 Bytes
Contents
<div id="cart"> <h1>Shopping Cart</h1> <% if @cart.errors.any? -%> <%= raw @cart.errors.join('<br />') %> <% end -%> <%= render "items", :page => "cart" %> <% if @cart.items.any? -%> <%= link_to "Proceed to Checkout", piggybak.orders_url, :id => "checkout" %> <% end -%> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
piggybak-0.1.1 | app/views/piggybak/cart/show.html.erb |
piggybak-0.1.0 | app/views/piggybak/cart/show.html.erb |