mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: add email to '/email/unsubscribed' page
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user