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