2016-06-16 21:27:52 -04:00
|
|
|
<div class='container unsubscribe'>
|
|
|
|
<br>
|
|
|
|
<h2><%=t "unsubscribed.title"%></h2>
|
|
|
|
<br>
|
|
|
|
<p>
|
2017-10-08 21:03:07 -04:00
|
|
|
<%=t("unsubscribed.description", email: @email, url: path("/my/preferences")).html_safe %>
|
2016-06-16 21:27:52 -04:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<% if @topic %>
|
2018-04-16 00:44:43 -04:00
|
|
|
<p><%=t("unsubscribed.topic_description", link: render_topic_title(@topic)).html_safe%></p>
|
|
|
|
<% elsif @topic_id %>
|
|
|
|
<p><%=t("unsubscribed.private_topic_description")%></p>
|
2016-06-16 21:27:52 -04:00
|
|
|
<% end %>
|
|
|
|
</div>
|