Sha256: f2aff992644686a3d12565c038feaade30702f1ae6e5eb7b831752ee572ae871
Contents?: true
Size: 310 Bytes
Versions: 63
Compression:
Stored size: 310 Bytes
Contents
<div id="cart"> <h1>Shopping Cart</h1> <% if @cart.errors.any? -%> <div id="cart_error"> <%= raw @cart.errors.join('<br />') %> </div> <% end -%> <%= render "items", :page => "cart" %> <% if @cart.items.any? -%> <%= link_to "Proceed to Checkout", piggybak.orders_url, :id => "checkout" %> <% end -%> </div>
Version data entries
63 entries across 63 versions & 1 rubygems