Sha256: 02a8d3e930f84a7d63126e3c32c38cfef8d983a376f0cd285104b298f643f307
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
<h1>My Cart</h1> <% cache @cart do %> <% if @cart.blank? || @cart.cart_is_empty? %> <p>Your shopping cart is currently empty.</p> <% else %> <%= render @cart %> <p><%= link_to 'Check Out', tb_commerce_checkout_path, :class => 'btn btn-primary' %></p> <% end %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tb_commerce-0.0.4 | app/views/tb_commerce/carts/show.html.erb |
tb_commerce-0.0.3 | app/views/tb_commerce/carts/show.html.erb |
tb_commerce-0.0.2 | app/views/tb_commerce/carts/show.html.erb |