Sha256: 53c0f4c27fe7fc1d6737023ae3ef3fc543e4b96ceed98bdcf1017c8f765ac608

Contents?: true

Size: 558 Bytes

Versions: 37

Compression:

Stored size: 558 Bytes

Contents

- unless order.all_donations.empty?
  -# ToDo: Add controls for refunding donations
  #donations
    = form_tag do
      %table.standalone.zebra
        %thead
          %tr
            %th.grouped-checkbox= check_box_tag :all, nil, false, :class => :checkall
            %th Type
            %th Amount
        %tbody
          - order.all_donations.each do |item|
            %tr
              %td.grouped-checkbox= check_box_tag "item_#{item.id}", item.id, false, :disabled => true
              %td Donation
              %td= number_as_cents item.price

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/orders/_donation_table.haml
artfully_ose-1.3.0.pre3 app/views/orders/_donation_table.haml
artfully_ose-1.3.0.pre2 app/views/orders/_donation_table.haml
artfully_ose-1.3.0.pre1 app/views/orders/_donation_table.haml
artfully_ose-1.2.0 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.beta.1 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.alpha.2 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.alpha.1 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.27 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.26 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.24 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.23 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.21 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.20 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.19 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.18 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.17 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.16 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.15 app/views/orders/_donation_table.haml
artfully_ose-1.2.0.pre.12 app/views/orders/_donation_table.haml