You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/donations/checkout.html.slim
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ section class="main container"
6
6
= f.hidden_field :amount
7
7
= f.hidden_field :stripe_card_token
8
8
9
-
h2Confirm your donation
9
+
h2Please confirm your donation
10
10
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
12
13
13
14
- if donation.errors[:base].any?
14
15
.application-error
@@ -18,7 +19,7 @@ section class="main container"
18
19
- if company?
19
20
#address
20
21
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:
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:
41
42
fieldset
42
43
= f.input :name
43
44
= f.input :email, required:true
@@ -59,9 +60,9 @@ section class="main container"
59
60
60
61
#vat-germany
61
62
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
63
64
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.
65
66
p#vat_note
66
67
| You will be charged <em>#{number_to_currency(donation.amount_with_vat_in_dollars)}</em>.
67
68
@@ -71,7 +72,7 @@ section class="main container"
71
72
72
73
ul.footnotes
73
74
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
75
76
Code are not deductible as charitable contributions for federal income
76
77
tax purposes. However, they may be deductible under other provisions of
77
78
the Internal Revenue Code (for US) or your local tax authority's advice.
0 commit comments