Skip to content

Commit 3f52d2a

Browse files
committed
Update email copy
1 parent 809988e commit 3f52d2a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 4 additions & 2 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>
2+
3+
<p>I am humbled to have you here :)</p>
24

35
<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>
46

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>
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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!
2+
3+
<%= root_url %>
4+
5+
I am humbled to have you here :)
26

37
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!
48

0 commit comments

Comments
 (0)