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/confirm_creation.html.slim
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,18 @@
1
1
sectionclass="main container"
2
2
divclass="wrapper clearfix"
3
3
articleclass="content"
4
-
h2 Thank you!
4
+
h2 Thank you for your donation!
5
5
p
6
6
- iffalse&& subscription?
7
7
| You have just ordered the subscription <em>"#{donation.package.name}"</em> which means you are donating <em>#{number_to_currency donation.amount_in_dollars}</em> per month to Travis CI (until you cancel the subscription).
8
8
- else
9
-
| You have just donated <em>#{number_to_currency donation.amount_in_dollars}</em> to RailsGirls Summer of Code.
10
-
11
-
p We can't express how much we appreciate your support.
12
-
13
-
h4 Thank you so much!
9
+
| You have just donated <em>#{number_to_currency donation.amount_in_dollars}</em> to Rails Girls Summer of Code.
10
+
11
+
br We can't express how much we appreciate your support.
14
12
15
13
#sociallinks
16
14
h3 Please help spread the word!
17
-
p They say the number one reason for people to donate is that they have been inspired by others.
18
-
p Please help spread the word and ask friends, colleagues or your company to support Rails Girls Summer of Code!
15
+
p They say the number one reason for people to donate is that they have been inspired by others. Please help spread the word and ask friends, colleagues or your company to support Rails Girls Summer of Code!
0 commit comments