Fixed staff link in emails going to wrong URL.

This commit was merged in pull request #40.
This commit is contained in:
Logan Fick
2017-07-31 19:24:39 -04:00
parent 5f17385343
commit e5e8caf38e
6 changed files with 12 additions and 12 deletions
@@ -11,7 +11,7 @@
<p><%= link_to "Click here", forumthread_url(@thread), 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_url(role: "staff"), 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_url(staff: ""), style: "text-decoration: none; color: #4096EE;" %> in-game or on the forums!</p>
<p>Your Redstoner team</p>
</div>
@@ -28,4 +28,4 @@
</p>
</div>
</div>
</div>
</div>