Sha256: 18e59cb98c2846b83193a3a2b3a14eb1f265e608360cb9581023c06363695abb

Contents?: true

Size: 942 Bytes

Versions: 5

Compression:

Stored size: 942 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'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.4 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.3 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.2 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre.1 app/views/store/shared/_donate_form.html.haml
artfully_ose-1.2.0.pre app/views/store/shared/_donate_form.html.haml