fix mail problems

This commit is contained in:
jomo
2014-05-01 18:37:02 +02:00
parent c292cbabc9
commit 0052a1dab7

View File

@@ -9,7 +9,7 @@
<%= render_md(@reply.content).html_safe %> <%= render_md(@reply.content).html_safe %>
</blockquote> </blockquote>
<p><%= link_to "Click here", forumthread_path(@reply, only_path: false) + "##{@reply.id}", style: "text-decoration: none; color: #4096EE;" %> to view the thread.</p> <p><%= link_to "Click here", forumthread_path(@reply.thread, only_path: false) + "##{@reply.id}", style: "text-decoration: none; color: #4096EE;" %> to view the thread.</p>
<p>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!</p> <p>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!</p>
<p>Your Redstoner team</p> <p>Your Redstoner team</p>