Sha256: 6399d51929741d96bfffbf801439823484648a43d8c4a7ac2d761b8e5bd82c31
Contents?: true
Size: 428 Bytes
Versions: 14
Compression:
Stored size: 428 Bytes
Contents
%h1.effective-heading= @page_title - if @cart.blank? %p No items in cart. - 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
14 entries across 14 versions & 1 rubygems