mirror of
https://github.com/discourse/discourse.git
synced 2025-06-09 17:28:13 +08:00
UX: Blue "Resend Activation Email" button in wizzard
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
<%= raw(t 'finish_installation.confirm_email.message', email: @email) %>
|
<%= raw(t 'finish_installation.confirm_email.message', email: @email) %>
|
||||||
|
|
||||||
<div class='row'>
|
<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' %>
|
<%= t 'finish_installation.resend_email.title' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user