Prettified link style in message mail

This commit is contained in:
MrYummy
2017-06-12 21:47:21 +02:00
parent 32231e4eea
commit fbae985d86
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<%= render_md(@message.text).html_safe %>
</blockquote>
<p><%= link_to "Click here", messages_url %> to view your current messages.</p>
<p><%= link_to "Click here", messages_url, style: "text-decoration: none; color: #4096EE;" %> to view your current messages.</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>Your Redstoner team</p>

View File

@@ -30,4 +30,4 @@
<%= link_to "Email", "mailto:redstonerserver+website@gmail.com", style: "text-decoration: none; color: #4096EE;" %>
</p>
</div>
</div>
</div>