Skip to content

Commit 62e42d3

Browse files
authored
Merge pull request #39 from rails-girls-summer-of-code/ph-donate-button-hint
added note about donate button at the bottom
2 parents d839eee + 89c34d6 commit 62e42d3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

app/views/donations/checkout.html.slim

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ section class="main container"
66
= f.hidden_field :amount
77
= f.hidden_field :stripe_card_token
88

9-
h2 Confirm your donation
9+
h2 Please confirm your donation
1010

11-
p You are about to donate #{format_donation(donation)} to Rails Girls Summer of Code.
11+
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.
12+
Please complete the following form and click the 'Donate now' button to confirm your donation. Thank you
1213

1314
- if donation.errors[:base].any?
1415
.application-error
@@ -18,7 +19,7 @@ section class="main container"
1819
- if company?
1920
#address
2021
h3 About you
21-
p We'd love to list you on our crowdfunding page. Please fill out the form below with information about your company:
22+
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:
2223
fieldset
2324
= f.input :name, required: true
2425
= f.input :twitter_handle, label: 'Twitter', hint: 'Your Twitter handle', input_html: { placeholder: '@' }
@@ -37,7 +38,7 @@ section class="main container"
3738
- else
3839
#user
3940
h3 About you
40-
p We'd love to list you on our crowdfunding page. Please fill out the form below with information about you:
41+
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:
4142
fieldset
4243
= f.input :name
4344
= f.input :email, required: true
@@ -59,9 +60,9 @@ section class="main container"
5960

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

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

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

0 commit comments

Comments
 (0)