Skip to content

Commit 00934f7

Browse files
committed
Update emails
1 parent 8c6df52 commit 00934f7

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

app/views/mailers/courses_mailer/bundle_coding_front_end_enrolled.html.haml

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
%p Thank you so much for joining the Exercism Bootcamp! We're so excited to have you on board!
33

44
- if @user
5-
%p
5+
%p
66
Your Exercism account has been granted access to Coding Fundamentals.
77
You can access it here: #{link_to "https://exercism.org/bootcamp/dashboard", bootcamp_dashboard_url} (you might want to bookmark this link!)
8-
%p The first session of Front-End Fundamentals is planned for April 26th. We'll email you closer to the time with details.
8+
%p The first session of Front-End Fundamentals will be #{link_to "on YouTube here", "https://youtube.com/live/7C9xqADqBQ4"} at noon UTC on April 26th.
99
-else
1010
%p
1111
%strong As you were not logged into your Exercism account when purchasing the course, we need to connect things up for you.
1212
The easiest way is to #{link_to 'create an exercism account', 'https://exercism.org/users/sign_up', class: 'text-primary-blue font-semibold'} with the email address #{@enrollment.email}. That will automatically give you access.
1313
%p
1414
If you create your account with a different email address, please reply to this email with your Exercism username/handle and the email address you've enrolled with (#{@enrollment.email}) and we'll give you access manually.
15-
%p Once you're inside, the whole of Coding Fundamentals will be available immediately. The first session of Front-End Fundamentals is planned for April 26th.
15+
%p
16+
Once you're inside, the whole of Coding Fundamentals will be available immediately.
17+
The first session of Front-End Fundamentals will be #{link_to "on YouTube here", "https://youtube.com/live/7C9xqADqBQ4"} at noon UTC on April 26th.
1618

1719
%p We'd love you to join our #{link_to "Discord server", "https://exercism.org/r/discord"} and say hello. Becoming part of the community is a great way to keep motivated when things feel tough! Connect your Exercism and Discord accounts #{link_to "here", "https://exercism.org/settings/integrations"} and then you should be able to see the #bootcamp channel. Any problems, just post in the public #bootcamp-onboarding channel and someone will help you out!
1820

app/views/mailers/courses_mailer/front_end_fundamentals_enrolled.html.haml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
%p Hi #{@user&.handle || "there"},
22
%p Thank you so much for choosing Front-End Fundamentals! We're really excited to have you on board!
3-
%p The first session is planned for April 26th. Until then, you can join our #{link_to "Discord server", "https://exercism.org/r/discord"} and say hello. Connect your Exercism and Discord accounts #{link_to "here", "https://exercism.org/settings/integrations"} and then you should be able to see #bootcamp. Any problems, just post in the public #bootcamp-onboarding channel and someone will help you out!
3+
%p
4+
The first session will be #{link_to "on YouTube here", "https://youtube.com/live/7C9xqADqBQ4"} at noon UTC on April 26th.
5+
Until then, you can join our #{link_to "Discord server", "https://exercism.org/r/discord"} and say hello. Connect your Exercism and Discord accounts #{link_to "here", "https://exercism.org/settings/integrations"} and then you should be able to see #bootcamp. Any problems, just post in the public #bootcamp-onboarding channel and someone will help you out!
46
%p
57
It would be great to connect and I'd love to hear about your goals with coding, and why you chose the course.
68
%strong Please reply to this email and say hello! 🙂

app/views/mailers/courses_mailer/front_end_fundamentals_enrolled.text.haml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Hi #{@user&.handle || "there"},
22
\
33
Thank you so much for choosing Front-End Fundamentals! We're really excited to have you on board!
44
\
5-
The first session is planned for April 26th. Until then, you can join our #{link_to "Discord server", "https://exercism.org/r/discord"} and say hello. Connect your Exercism and Discord accounts #{link_to "here", "https://exercism.org/settings/integrations"} and then you should be able to see #bootcamp. Any problems, just post in the public #bootcamp-onboarding channel and someone will help you out!
5+
The first session will be on YouTube (https://youtube.com/live/7C9xqADqBQ4) at noon UTC on April 26th.
6+
Until then, you can join our #{link_to "Discord server", "https://exercism.org/r/discord"} and say hello. Connect your Exercism and Discord accounts #{link_to "here", "https://exercism.org/settings/integrations"} and then you should be able to see #bootcamp. Any problems, just post in the public #bootcamp-onboarding channel and someone will help you out!
67
\
78
It would be great to connect and I'd love to hear about your goals with coding, and why you chose the course. Please reply to this email and say hello! 🙂
89
\

0 commit comments

Comments
 (0)