Sha256: aa267bb2a9c09b468a5ca9a84498c3eab7b1743081ba239933e58f24dce8ad7d
Contents?: true
Size: 525 Bytes
Versions: 81
Compression:
Stored size: 525 Bytes
Contents
.effective-order-items %table.table %thead %tr %th.quantity Qty %th.item= order.order_items.length > 1 ? 'Items' : 'Item' %th.price Price %tbody - order.order_items.each do |item| %tr %td.quantity= item.quantity %td.item = item.name.html_safe - if order.purchased? && item.purchased_download_url.present? = link_to 'Download', item.purchased_download_url %td.price= price_to_currency(item.subtotal)
Version data entries
81 entries across 81 versions & 1 rubygems