mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
make the activate account button a btn-primary
This commit is contained in:
parent
2e71e6fc6f
commit
1386f9c8c9
@ -1,7 +1,7 @@
|
|||||||
<div id='simple-container'>
|
<div id='simple-container'>
|
||||||
<h2><%= t 'activation.welcome_to', site_name: SiteSetting.title %></h2>
|
<h2><%= t 'activation.welcome_to', site_name: SiteSetting.title %></h2>
|
||||||
<br/>
|
<br/>
|
||||||
<button class='btn' id='activate-account-button'><%= t 'activation.action' %></button>
|
<button class='btn btn-primary' id='activate-account-button'><%= t 'activation.action' %></button>
|
||||||
|
|
||||||
<%= form_tag(perform_activate_account_path, method: :put, id: 'activate-account-form') do %>
|
<%= form_tag(perform_activate_account_path, method: :put, id: 'activate-account-form') do %>
|
||||||
<%= hidden_field_tag 'password_confirmation' %>
|
<%= hidden_field_tag 'password_confirmation' %>
|
||||||
|
Loading…
Reference in New Issue
Block a user