From 0052a1dab7fe79e0780a0efcfbd8e16e57c5671c Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 1 May 2014 18:37:02 +0200 Subject: [PATCH] fix mail problems --- app/views/redstoner_mailer/thread_reply_mail.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/redstoner_mailer/thread_reply_mail.html.erb b/app/views/redstoner_mailer/thread_reply_mail.html.erb index 7d77707..9c708f5 100644 --- a/app/views/redstoner_mailer/thread_reply_mail.html.erb +++ b/app/views/redstoner_mailer/thread_reply_mail.html.erb @@ -9,7 +9,7 @@ <%= render_md(@reply.content).html_safe %> -

<%= link_to "Click here", forumthread_path(@reply, only_path: false) + "##{@reply.id}", style: "text-decoration: none; color: #4096EE;" %> to view the thread.

+

<%= link_to "Click here", forumthread_path(@reply.thread, only_path: false) + "##{@reply.id}", style: "text-decoration: none; color: #4096EE;" %> to view the thread.

If you have any questions or problems, just ask one of our <%= link_to "Staff", users_path(role: "staff", only_path: false), style: "text-decoration: none; color: #4096EE;" %> in-game or on the forums!

Your Redstoner team