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.5.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.5.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.5.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.4.4 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.4.3 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.4.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.4.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.4.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.3.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.3.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.3.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.2.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.2.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.1.5 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.1.4 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.1.3 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.1.2 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.1.1 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.1.0 app/views/effective/orders/_purchasables.html.haml
effective_orders-6.0.1 app/views/effective/orders/_purchasables.html.haml