summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFutseh <Futseh@users.noreply.github.com>2019-02-22 19:25:19 +0100
committerGitHub <noreply@github.com>2019-02-22 19:25:19 +0100
commit9870b0e4a9abee40575aa063fe3c5fda5addf894 (patch)
tree2f23da240853e42cd4faa1d2198b373dd21cf819
parent87d620fc415a94bb6ad7aed925a5d5a6448406ad (diff)
parent6bfdf30f07dfdb9f331c16b52d78a6450ee3a300 (diff)
Merge pull request #3 from Futseh/changes_to_users
Changed the colour of the resend mail button to better fit our theme
-rw-r--r--app/views/users/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index ae33c1a..1edf6db 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -25,7 +25,7 @@
<% if !@user.confirmed? %>
<% if @user.is?(current_user) || mod? %>
<span class="user-unconfirmed">Please confirm your email <u><%= @user.email %></u> !</span>
- <%= button_to "Resend the confirmation mail", resend_mail_user_path, class: "btn dark", form_class: "inline-block", data: {confirm: "Did you check your spam folder?"} %>
+ <%= button_to "Resend the confirmation mail", resend_mail_user_path, class: "btn blue", form_class: "inline-block", data: {confirm: "Did you check your spam folder?"} %>
<% else %>
<span class="user-unconfirmed">This user hasn't confirmed their email yet!</span>
<% end %>