UX: Blue "Resend Activation Email" button in wizzard
This commit is contained in:
parent
410b0f591f
commit
bed34b52b5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue