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
@@ -10,7 +10,7 @@
<p><%= link_to "Click here", blogpost_url(@post), style: "text-decoration: none; color: #4096EE;" %> to view the blog post.</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>
@@ -26,4 +26,4 @@
</p>
</div>
</div>
</div>
</div>