From fbae985d86a029831669e14ab8fc34b96dc16532 Mon Sep 17 00:00:00 2001 From: MrYummy Date: Mon, 12 Jun 2017 21:47:21 +0200 Subject: Prettified link style in message mail --- app/views/redstoner_mailer/new_message_mail.html.erb | 2 +- app/views/redstoner_mailer/new_thread_reply_mail.html.erb | 2 +- 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 %> -

<%= link_to "Click here", messages_url %> to view your current messages.

+

<%= link_to "Click here", messages_url, style: "text-decoration: none; color: #4096EE;" %> to view your current messages.

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!

Your Redstoner team

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;" %>

- \ No newline at end of file + -- cgit v1.2.3