diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index 36a8e6a36..dca70037d 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -1,8 +1,8 @@ -
-| + | <%= yield %> |
| - Recent community posts you might find valuable + Recent community posts just for you | |
| - <%= article.title.strip %> + |
+ <%= article.title.strip %>
- <%= truncate(article.description, length: 150) %> + <%= truncate(article.description, length: 180) %> |
How to make your Digest better<% if @user.setting.experience_level.nil? %> -+ Visit your settings to enter your experience level to get more relevant posts for you. <% end %> -+ Visit the tags page to choose which types of content will be featured. |