Sha256: 02584c62f868f453a02f1ef757e56e3ef00be85dffe17f2294c96525b87fe8f5

Contents?: true

Size: 507 Bytes

Versions: 10

Compression:

Stored size: 507 Bytes

Contents

%h2 Shopping Cart

- if @cart.empty?
  %p Your cart is empty.

  %hr
  = link_to 'Home', root_url, :class => 'btn btn-primary'
  = link_to 'Order History', effective_orders.my_purchases_path, :class => 'btn btn-default'

- else
  %p Your cart has #{@cart.cart_items.length} items.

  = render_cart(@cart)

  %hr
  = link_to_checkout :class => 'btn btn-primary pull-right'
  = link_to_empty_cart
  = link_to 'Order History', effective_orders.my_purchases_path, :class => 'btn btn-default', :rel => :nofollow

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
effective_orders-1.2.5 app/views/effective/carts/show.html.haml
effective_orders-1.2.4 app/views/effective/carts/show.html.haml
effective_orders-1.2.3 app/views/effective/carts/show.html.haml
effective_orders-1.2.2 app/views/effective/carts/show.html.haml
effective_orders-1.2.1 app/views/effective/carts/show.html.haml
effective_orders-1.2.0 app/views/effective/carts/show.html.haml
effective_orders-1.1.2 app/views/effective/carts/show.html.haml
effective_orders-1.1.1 app/views/effective/carts/show.html.haml
effective_orders-1.1.0 app/views/effective/carts/show.html.haml
effective_orders-1.0.0 app/views/effective/carts/show.html.haml