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