Sha256: 838de4b852c9e94373734bfa738f3abafb120ac04c454bd84f0f4f4c22696dc2

Contents?: true

Size: 628 Bytes

Versions: 20

Compression:

Stored size: 628 Bytes

Contents

%h2.effective-orders-page-title Shopping Cart

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

  %hr
  = link_to 'Home', root_url, :class => 'btn btn-primary'
  - if EffectiveOrders.show_order_history_button
    = 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
  - if EffectiveOrders.show_order_history_button
    = link_to 'Order History', effective_orders.my_purchases_path, class: 'btn btn-default', rel: :nofollow

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
effective_orders-1.8.1 app/views/effective/carts/show.html.haml
effective_orders-1.8.0 app/views/effective/carts/show.html.haml
effective_orders-1.7.5 app/views/effective/carts/show.html.haml
effective_orders-1.7.4 app/views/effective/carts/show.html.haml
effective_orders-1.7.3 app/views/effective/carts/show.html.haml
effective_orders-1.7.2 app/views/effective/carts/show.html.haml
effective_orders-1.7.1 app/views/effective/carts/show.html.haml
effective_orders-1.7.0 app/views/effective/carts/show.html.haml
effective_orders-1.6.6 app/views/effective/carts/show.html.haml
effective_orders-1.6.5 app/views/effective/carts/show.html.haml
effective_orders-1.6.4 app/views/effective/carts/show.html.haml
effective_orders-1.6.3 app/views/effective/carts/show.html.haml
effective_orders-1.6.1 app/views/effective/carts/show.html.haml
effective_orders-1.6.0 app/views/effective/carts/show.html.haml
effective_orders-1.5.9 app/views/effective/carts/show.html.haml
effective_orders-1.5.8 app/views/effective/carts/show.html.haml
effective_orders-1.5.7 app/views/effective/carts/show.html.haml
effective_orders-1.5.5 app/views/effective/carts/show.html.haml
effective_orders-1.5.4 app/views/effective/carts/show.html.haml
effective_orders-1.5.3 app/views/effective/carts/show.html.haml