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