mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 06:05:39 +08: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'>
|
||||
<h2><%= t 'activation.welcome_to', site_name: SiteSetting.title %></h2>
|
||||
<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 %>
|
||||
<%= hidden_field_tag 'password_confirmation' %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user