From f1887881c1ef719f7d58c4ae3624f09266b0f127 Mon Sep 17 00:00:00 2001 From: jomo Date: Tue, 17 Jun 2014 21:31:52 +0200 Subject: [PATCH] added link to notification settings in emails --- app/views/redstoner_mailer/new_post_comment_mail.html.erb | 3 +-- app/views/redstoner_mailer/new_thread_reply_mail.html.erb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/redstoner_mailer/new_post_comment_mail.html.erb b/app/views/redstoner_mailer/new_post_comment_mail.html.erb index 42a77ea..ef47a4b 100644 --- a/app/views/redstoner_mailer/new_post_comment_mail.html.erb +++ b/app/views/redstoner_mailer/new_post_comment_mail.html.erb @@ -17,8 +17,7 @@
-

You cannot (yet) unsubscribe from these mails, sorry about that. Will add this ASAP! -

+

Too much spam? Change <%= link_to "your notification settings", edit_notifications_user_url(@user), style: "text-decoration: none; color: #4096EE;" %>!

You can contact us via: <%= link_to "Website", root_url, style: "text-decoration: none; color: #4096EE;" %> | <%= link_to "Twitter", "https://twitter.com/RedstonerServer", style: "text-decoration: none; color: #4096EE;" %> | diff --git a/app/views/redstoner_mailer/new_thread_reply_mail.html.erb b/app/views/redstoner_mailer/new_thread_reply_mail.html.erb index d6bfa85..f3c62d6 100644 --- a/app/views/redstoner_mailer/new_thread_reply_mail.html.erb +++ b/app/views/redstoner_mailer/new_thread_reply_mail.html.erb @@ -17,7 +17,7 @@

-

You cannot (yet) unsubscribe from these mails, sorry about that. Will add this ASAP! +

Too much spam? Change <%= link_to "your notification settings", edit_notifications_user_url(@user), style: "text-decoration: none; color: #4096EE;" %>!

You can contact us via: <%= link_to "Website", root_url, style: "text-decoration: none; color: #4096EE;" %> |