mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:38:35 +08:00
6fe604b93e
This reverts commit 190558db9d
.
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
<div class='container unsubscribe'>
|
|
<br>
|
|
<h2><%=t "unsubscribed.title"%></h2>
|
|
<br>
|
|
<p>
|
|
<%=t("unsubscribed.description", email: @email, url: path("/my/preferences")).html_safe %>
|
|
</p>
|
|
|
|
<% if @topic %>
|
|
<p>
|
|
<%=t("unsubscribed.topic_description", link: render_topic_title(@topic)).html_safe%>
|
|
</p>
|
|
<% end %>
|
|
</div>
|