Skip to content

Commit

Permalink
added links to settings and subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ViditChitkara committed Aug 1, 2018
1 parent a45c05f commit 1b28292
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/subscription_mailer/send_digest.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header style="text-align: center;color:black">
<img src="https://avatars2.githubusercontent.com/u/4621650?s=200&v=4" style="width: 100px;height: 100px">
<p style="font-size: 20px"><%= @user.username.capitalize %>'s Digest</p>
<p style="font-size: 20px">[Public Lab] Your Weekly Digest</p>
</header>

<div style="width: 46vw;margin: 0 auto;margin-top: 54px;color: black;">
Expand Down Expand Up @@ -41,4 +41,6 @@
</tr>
<% end %>
</table>
<p>Click <a href="https://publiclab.org/subscriptions">here</a> to choose your followed topics</p>
<p>Click <a href="https://publiclab.org/settings">here</a> to change your subscription settings</p>
</div>

0 comments on commit 1b28292

Please sign in to comment.