UX: add email to '/email/unsubscribed' page

This commit is contained in:
Arpit Jalan
2017-06-10 09:43:41 +05:30
parent 2ffddfb32c
commit 6e37f09b19
3 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<h2><%=t "unsubscribed.title"%></h2>
<br>
<p>
<%=t("unsubscribed.description", url: path("/my/preferences")).html_safe %>
<%=t("unsubscribed.description", email: @email, url: path("/my/preferences")).html_safe %>
</p>
<% if @topic %>