fixes #2478: Add links for easy opt-out of emails

This commit is contained in:
r888888888
2015-09-03 17:03:03 -07:00
parent d7b0d2a7e5
commit 4c5e7a2708
9 changed files with 56 additions and 5 deletions

View File

@@ -10,4 +10,4 @@
<br>
<% end %>
<p><%= link_to "View topic", forum_topic_path(@forum_topic, :page => @forum_topic.last_page, :host => Danbooru.config.hostname, :only_path => false) %></p>
<p><%= link_to "View topic", forum_topic_path(@forum_topic, :page => @forum_topic.last_page, :host => Danbooru.config.hostname, :only_path => false) %> | <%= link_to "Unsubscribe", maintenance_user_email_notification_url(:user_id => @user.id, :sig => email_sig(@user), :host => Danbooru.config.hostname, :only_path => false) %></p>