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.14.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.14.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.14.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.13.3 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.13.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.13.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.13.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.12.4 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.12.3 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.12.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.12.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.12.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.9.10 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.9.9 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.9.8 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.9.7 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.9.6 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.9.5 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.9.4 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.9.2 app/views/effective/orders/_purchasables.html.haml