mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
14 lines
322 B
Text
14 lines
322 B
Text
<div class='container unsubscribe'>
|
|
<br>
|
|
<h2><%=t "unsubscribed.title"%></h2>
|
|
<br>
|
|
<p>
|
|
<%=t("unsubscribed.description", url: path("/my/preferences")).html_safe %>
|
|
</p>
|
|
|
|
<% if @topic %>
|
|
<p>
|
|
<%=t("unsubscribed.topic_description", link: render_topic_title(@topic)).html_safe%>
|
|
</p>
|
|
<% end %>
|
|
</div>
|