Skip to content

Commit

Permalink
updates (#4851)
Browse files Browse the repository at this point in the history
  • Loading branch information
arungoel123456 authored and jywarren committed Mar 7, 2019
1 parent 1737876 commit 6396287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/subscription_mailer/send_digest.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<div style="margin-top: 20px;">
<b style="font-weight: 500;"><%= n.author.username.capitalize %></b>
<p style="margin: 0;color: #999;font-weight: 500;">Published Feb 2</p>
<p style="margin: 0;color: #999;font-weight: 500;">Published <%= n.created_at %>.strftime("%m/%d")</p>
</div>
<div <% unless n.main_image.present? %> colspan="2" <% end %> style="padding-bottom: 10px;">
<p style="font-size: 1.1em;line-height: 1.5;text-align: justify;font-weight: 300;"><%= n.body.truncate(175) %><a href="https://publiclab.org<%= n.path %>" style="text-decoration: none;"> Read more</a></p>
Expand Down

0 comments on commit 6396287

Please sign in to comment.