Sha256: 353e0f08de63e7e2b3596bfcd6560e06027ffd3fd15f81cd75f99c63bf92cf84

Contents?: true

Size: 250 Bytes

Versions: 4

Compression:

Stored size: 250 Bytes

Contents

<h1>My Cart</h1>

<% if @cart.blank? || @cart.is_empty? %>
  <p>Your shopping cart is currently empty.</p>
<% else %>
  <%= render 'cart' %>
  <p><%= link_to 'Check Out', new_tb_checkout_transaction_path, :class => 'btn btn-primary' %></p>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tb_checkout-1.1.1 app/views/tb_checkout/carts/show.html.erb
tb_checkout-1.1.0 app/views/tb_checkout/carts/show.html.erb
tb_checkout-1.0.7 app/views/tb_checkout/carts/show.html.erb
tb_checkout-1.0.6 app/views/tb_checkout/carts/show.html.erb