mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:01:52 +08:00
852860de66
- All unsubscribes go to the exact same page - You may unsubscribe from watching a category on that page - You no longer need to be logged in to unsubscribe from a topic - Simplified footer on emails
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
<div class='container unsubscribe'>
|
|
<br>
|
|
<h2><%=t "unsubscribed.title"%></h2>
|
|
<br>
|
|
<p>
|
|
<%=t("unsubscribed.description", url: path("/my/prefrences")).html_safe %>
|
|
</p>
|
|
|
|
<% if @topic %>
|
|
<p>
|
|
<%=t("unsubscribed.topic_description", link: render_topic_title(@topic)).html_safe%>
|
|
</p>
|
|
<% end %>
|
|
</div>
|