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

Version Path
effective_orders-6.19.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.19.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.18.4 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.18.3 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.18.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.18.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.18.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.17.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.17.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.17.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.16.4 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.16.3 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.16.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.16.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.16.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.15.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.14.6 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.14.5 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.14.4 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.14.3 app/views/effective/orders/_purchasables.html.haml