UX: Blue "Resend Activation Email" button in wizzard

This commit is contained in:
Gerhard Schlager 2018-08-21 22:17:37 +02:00
parent 410b0f591f
commit bed34b52b5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<%= raw(t 'finish_installation.confirm_email.message', email: @email) %>
<div class='row'>
<%= button_to(finish_installation_resend_email_path, method: :put, class: 'wizard-btn') do %>
<%= button_to(finish_installation_resend_email_path, method: :put, class: 'wizard-btn primary') do %>
<%= t 'finish_installation.resend_email.title' %>
<% end %>
</div>