Sha256: 0e5724ad3e66aff22de7df9620dc94d9159de9c8e71184bd97c7e8d52c1b4262

Contents?: true

Size: 600 Bytes

Versions: 34

Compression:

Stored size: 600 Bytes

Contents

%h2 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

34 entries across 34 versions & 1 rubygems

Version Path
effective_orders-1.5.2 app/views/effective/carts/show.html.haml
effective_orders-1.5.1 app/views/effective/carts/show.html.haml
effective_orders-1.5.0 app/views/effective/carts/show.html.haml
effective_orders-1.4.8 app/views/effective/carts/show.html.haml
effective_orders-1.4.7 app/views/effective/carts/show.html.haml
effective_orders-1.4.6 app/views/effective/carts/show.html.haml
effective_orders-1.4.5 app/views/effective/carts/show.html.haml
effective_orders-1.4.4 app/views/effective/carts/show.html.haml
effective_orders-1.4.3 app/views/effective/carts/show.html.haml
effective_orders-1.4.2 app/views/effective/carts/show.html.haml
effective_orders-1.4.1 app/views/effective/carts/show.html.haml
effective_orders-1.4.0 app/views/effective/carts/show.html.haml
effective_orders-1.3.13 app/views/effective/carts/show.html.haml
effective_orders-1.3.12 app/views/effective/carts/show.html.haml
effective_orders-1.3.11 app/views/effective/carts/show.html.haml
effective_orders-1.3.10 app/views/effective/carts/show.html.haml
effective_orders-1.3.9 app/views/effective/carts/show.html.haml
effective_orders-1.3.8 app/views/effective/carts/show.html.haml
effective_orders-1.3.7 app/views/effective/carts/show.html.haml
effective_orders-1.3.6 app/views/effective/carts/show.html.haml