Sha256: 786c05e4b7c2d3dc228eba4c1fc2169412678f9045e3e5179d67b26b61ba7a03

Contents?: true

Size: 965 Bytes

Versions: 19

Compression:

Stored size: 965 Bytes

Contents

- if @store_organization.authorization_hash[:authorized]
  #donation.side-section
    %h6 Donate
    - if @store_organization.authorization_hash[:type] == :sponsored
      %p="#{@store_organization.authorization_hash[:fsp_name]} is a fiscally sponsored project of Fractured Atlas, a non-profit arts service organization. Donations for the purposes of #{@store_organization.authorization_hash[:fsp_name]} must be made payable to Fractured Atlas and are tax-deductible to the extent permitted by law."
    - else
      %p Help support our work by adding a donation to your order! Donations are tax-deductible to the extent permitted by law.
    = form_tag store_order_path(@store_organization.cached_slug), :method => :post, :class => 'add-donation-to-cart form-inline' do
      .input-prepend
        %span.add-on $
        = text_field_tag :donation_amount, '', :class => 'span1'
      = submit_tag 'Add Donation', :class => 'btn btn-primary', :id => 'add-donation'

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.27 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.26 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.24 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.23 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.21 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.20 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.19 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.18 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.17 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.16 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.15 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.12 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.11 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.10 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.9 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.8 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.7 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.6 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.5 app/views/store/shared/_donate_form.html.haml