Skip to content

Commit 4736af2

Browse files
authored
Merge pull request #176 from joyofrails/patch/copy
Update welcome email copy
2 parents 809988e + 1774470 commit 4736af2

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

app/views/emails/user_mailer/welcome.html.erb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
<p>Thank you for signing up for the Joy of Rails newsletter! I am humbled to have you here :)</p>
1+
<p>Thank you for signing up for the <%= link_to "Joy of Rails", root_url %> newsletter!</p>
22

3-
<p>As you might have guessed, things are just getting underway at Joy of Rails. You’re one of the first to join and I’m grateful for that. I’m excited to see where this journey takes us. And please tell your friends and colleagues about Joy of Rails. The more the merrier!</p>
3+
<p>I am humbled to have you here :)</p>
44

5-
<p>Now that you’ve joined, you can expect occasional email updates from me. I’ll do my best to send you interesting and engaging Ruby on Rails content that’s worth your attention and time. Maybe every, now and then, something to put a smile on your face.</p>
5+
<p>As you might have guessed, things are just getting underway at Joy of Rails. You’re one of the first to join and I’m grateful for that. Please tell your friends and colleagues about Joy of Rails—the more the merrier!</p>
6+
7+
<p>Now that you’ve joined, you can expect occasional email updates from me. I’ll do my best to send you interesting and engaging Ruby on Rails content that’s worth your attention and time. Maybe every now and then something to put a smile on your face.</p>
68

79
<p>If you’re into RSS, you may want to subscribe to the <%= link_to "Joy of Rails feed", feed_index_url %>.</p>
810

app/views/emails/user_mailer/welcome.text.erb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
Thank you for signing up for the Joy of Rails newsletter! I am humbled to have you here :)
1+
Thank you for signing up for the Joy of Rails newsletter!
22

3-
As you might have guessed, things are just getting underway at Joy of Rails. You’re one of the first to join and I’m grateful for that. I’m excited to see where this journey takes us. And please tell your friends and colleagues about Joy of Rails. The more the merrier!
3+
<%= root_url %>
4+
5+
I am humbled to have you here :)
6+
7+
As you might have guessed, things are just getting underway at Joy of Rails. You’re one of the first to join and I’m grateful for that. Please tell your friends and colleagues about Joy of Rails—the more the merrier!
48

59
Now that you’ve joined, you can expect occasional email updates from me. I’m going to do my best to send you interesting and engaging Ruby on Rails content that’s worth your attention and time. Maybe every, now and then, something to put a smile on your face.
610

0 commit comments

Comments
 (0)