Sha256: 09f12df4b1746e390c1fe6925a7fb676e5844b424230e8af5e63834f79f32ef4

Contents?: true

Size: 413 Bytes

Versions: 32

Compression:

Stored size: 413 Bytes

Contents

#items
  %table.zebra.table
    %thead
      %tr
        %th.grouped-checkbox
        %th Type
        %th Price
        %th
    %tbody
      - order.memberships.each do |item|
        %tr{:id => "row_item_#{item.id}", :class => item.state}
          %td.grouped-checkbox
          %td.item-description
            %span=item.product.membership_type.name
          %td.price= amount_and_nongift item
          %td

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre.10 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre.9 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre.8 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre.7 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre.6 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre.5 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre.4 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre.3 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre.2 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre.1 app/views/orders/_item_memberships_table.html.haml
artfully_ose-1.2.0.pre app/views/orders/_item_memberships_table.html.haml