mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 15:35:22 +08:00
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>
|