Sha256: a97e77b77af7878c35965e567512e1d25d248b22ce8fc8dfbbcfcd51114ea54e

Contents?: true

Size: 430 Bytes

Versions: 5

Compression:

Stored size: 430 Bytes

Contents

%h1.effective-heading= @page_title

- if @cart.empty?
  %p Your cart is empty.
- else
  %p Your cart has #{@cart.cart_items.length} items.

  = render_cart(@cart)
  %hr
  = render partial: '/effective/carts/cart_actions', locals: { cart: @cart }

- if @pending_orders.present?
  %h2 Pending Orders
  = render_orders(@pending_orders)

- if EffectiveOrders.show_order_history_button
  = link_to_my_purchases(label: 'Order History')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_orders-2.2.4 app/views/effective/carts/show.html.haml
effective_orders-2.2.3 app/views/effective/carts/show.html.haml
effective_orders-2.2.2 app/views/effective/carts/show.html.haml
effective_orders-2.2.1 app/views/effective/carts/show.html.haml
effective_orders-2.2.0 app/views/effective/carts/show.html.haml