Sha256: 7065faf44ac57fd06282a64dbb38e90827673652e10c300350c1e3c1e3d97a0e
Contents?: true
Size: 676 Bytes
Versions: 24
Compression:
Stored size: 676 Bytes
Contents
.effective-order %table.table %thead %tr %th.quantity Qty %th.item Item %th.price Price %tbody - cart.cart_items.each do |item| %tr %td.quantity = item.quantity %td.item = item.title.html_safe = ' - ' = link_to_remove_from_cart(item) %td.price = price_to_currency(item.price) - if cart.empty? %tr %td.quantity %td.item Your cart is empty. %td.price %tfoot %tr %th.quantity %th.subtotal Subtotal %td.price.subtotal-price= price_to_currency(cart.subtotal)
Version data entries
24 entries across 24 versions & 1 rubygems