Skip to content

Commit

Permalink
Merge pull request #39 from rails-girls-summer-of-code/ph-donate-butt…
Browse files Browse the repository at this point in the history
…on-hint

added note about donate button at the bottom
  • Loading branch information
Pezi777 authored Nov 25, 2019
2 parents d839eee + 89c34d6 commit 62e42d3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions app/views/donations/checkout.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ section class="main container"
= f.hidden_field :amount
= f.hidden_field :stripe_card_token

h2 Confirm your donation
h2 Please confirm your donation

p You are about to donate #{format_donation(donation)} to Rails Girls Summer of Code.
p You are about to donate #{format_donation(donation)} to Rails Girls Summer of Code and directly help more women and non-binary people get into open source.
Please complete the following form and click the 'Donate now' button to confirm your donation. Thank you

- if donation.errors[:base].any?
.application-error
Expand All @@ -18,7 +19,7 @@ section class="main container"
- if company?
#address
h3 About you
p We'd love to list you on our crowdfunding page. Please fill out the form below with information about your company:
p We like to publicly thank everyone who sponsors rgsoc and for this reason we would really like to list your contribution on our crowdfunding page. If you're happy with this, please fill out the form below with information about your company:
fieldset
= f.input :name, required: true
= f.input :twitter_handle, label: 'Twitter', hint: 'Your Twitter handle', input_html: { placeholder: '@' }
Expand All @@ -37,7 +38,7 @@ section class="main container"
- else
#user
h3 About you
p We'd love to list you on our crowdfunding page. Please fill out the form below with information about you:
p We like to publicly thank everyone who sponsors rgsoc and for this reason we would really like to list your contribution on our crowdfunding page. If you are happy with this, please fill out the form below:
fieldset
= f.input :name
= f.input :email, required: true
Expand All @@ -59,9 +60,9 @@ section class="main container"

#vat-germany
p.note
| Since you're from Germany, we are required by law to pay a 19% VAT on
| Since you're from Germany, we are required by law to pay 19% VAT on
your payment. For private donors we are willing to pay this tax.
However, since you're able to deduct German VAT, we will simply add the 19% to the invoice.
However, since you're able to deduct German VAT, we will add the 19% to your invoice.
p#vat_note
| You will be charged <em>#{number_to_currency(donation.amount_with_vat_in_dollars)}</em>.

Expand All @@ -71,7 +72,7 @@ section class="main container"

ul.footnotes
li
| As far as we know contributions and payments to Rails Girls Summer of
| To the best of our knowledge, contributions and payments to Rails Girls Summer of
Code are not deductible as charitable contributions for federal income
tax purposes. However, they may be deductible under other provisions of
the Internal Revenue Code (for US) or your local tax authority's advice.
Expand Down

0 comments on commit 62e42d3

Please sign in to comment.