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.9.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.9.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.8.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.8.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.8.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.7.3 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.7.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.7.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.7.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.6.3 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.6.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.6.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.6.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.5.9 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.5.8 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.5.7 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.5.6 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.5.5 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.5.4 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.5.3 app/views/effective/orders/_purchasables.html.haml