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