summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMrYummy <elemental428@gmail.com>2017-06-12 21:47:21 +0200
committerMrYummy <elemental428@gmail.com>2017-06-12 21:47:21 +0200
commitfbae985d86a029831669e14ab8fc34b96dc16532 (patch)
treecb3c2622d54aaa83ff61ee7fc98c90b0b8ecb0f3
parent32231e4eea55953ebcedcc2a826d5126729ae5ef (diff)
Prettified link style in message mail
-rw-r--r--app/views/redstoner_mailer/new_message_mail.html.erb2
-rw-r--r--app/views/redstoner_mailer/new_thread_reply_mail.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/redstoner_mailer/new_message_mail.html.erb b/app/views/redstoner_mailer/new_message_mail.html.erb
index 42be00e..f5a0b35 100644
--- a/app/views/redstoner_mailer/new_message_mail.html.erb
+++ b/app/views/redstoner_mailer/new_message_mail.html.erb
@@ -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>
diff --git a/app/views/redstoner_mailer/new_thread_reply_mail.html.erb b/app/views/redstoner_mailer/new_thread_reply_mail.html.erb
index eadd4f9..5ecfe14 100644
--- a/app/views/redstoner_mailer/new_thread_reply_mail.html.erb
+++ b/app/views/redstoner_mailer/new_thread_reply_mail.html.erb
@@ -30,4 +30,4 @@
<%= link_to "Email", "mailto:redstonerserver+website@gmail.com", style: "text-decoration: none; color: #4096EE;" %>
</p>
</div>
-</div> \ No newline at end of file
+</div>