summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFutseh <jonas.folvik@gmail.com>2019-02-22 19:23:42 +0100
committerFutseh <jonas.folvik@gmail.com>2019-02-22 19:23:42 +0100
commit6bfdf30f07dfdb9f331c16b52d78a6450ee3a300 (patch)
tree2f23da240853e42cd4faa1d2198b373dd21cf819
parent1c9f62fb978ea2effb1389be5d56f29191baeedd (diff)
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 %>