Sha256: afefe9c138a0817f82951b0312ed8acdb41c0e460d2b778c98a97846e38b0baa

Contents?: true

Size: 520 Bytes

Versions: 221

Compression:

Stored size: 520 Bytes

Contents

%h1.effective-heading= @page_title

- if @cart.blank?
  %p No items in cart.

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

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

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

- if @cart.user && Effective::Order.purchased.where(user: @cart.user).exists?
  = link_to 'Order History', effective_orders.orders_path, rel: :nofollow, class: 'btn btn-secondary'

Version data entries

221 entries across 221 versions & 1 rubygems

Version Path
effective_orders-6.19.1 app/views/effective/carts/show.html.haml
effective_orders-6.19.0 app/views/effective/carts/show.html.haml
effective_orders-6.18.4 app/views/effective/carts/show.html.haml
effective_orders-6.18.3 app/views/effective/carts/show.html.haml
effective_orders-6.18.2 app/views/effective/carts/show.html.haml
effective_orders-6.18.1 app/views/effective/carts/show.html.haml
effective_orders-6.18.0 app/views/effective/carts/show.html.haml
effective_orders-6.17.2 app/views/effective/carts/show.html.haml
effective_orders-6.17.1 app/views/effective/carts/show.html.haml
effective_orders-6.17.0 app/views/effective/carts/show.html.haml
effective_orders-6.16.4 app/views/effective/carts/show.html.haml
effective_orders-6.16.3 app/views/effective/carts/show.html.haml
effective_orders-6.16.2 app/views/effective/carts/show.html.haml
effective_orders-6.16.1 app/views/effective/carts/show.html.haml
effective_orders-6.16.0 app/views/effective/carts/show.html.haml
effective_orders-6.15.0 app/views/effective/carts/show.html.haml
effective_orders-6.14.6 app/views/effective/carts/show.html.haml
effective_orders-6.14.5 app/views/effective/carts/show.html.haml
effective_orders-6.14.4 app/views/effective/carts/show.html.haml
effective_orders-6.14.3 app/views/effective/carts/show.html.haml