make the activate account button a btn-primary

This commit is contained in:
Jeff Atwood 2016-07-14 03:40:50 -07:00
parent 2e71e6fc6f
commit 1386f9c8c9
1 changed files with 1 additions and 1 deletions

View File

@ -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' %>