Skip to content

Commit

Permalink
Merge pull request #164 from jacobeubanks/chore/login-button-style
Browse files Browse the repository at this point in the history
Add appropriate classes to admin login button
  • Loading branch information
kennyadsl authored Aug 12, 2019
2 parents 13218af + c409f4a commit 581f847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/backend/spree/admin/user_sessions/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<%= f.label :remember_me, I18n.t('spree.remember_me') %>
</p>

<p><%= f.submit I18n.t('spree.login'), class: 'button primary', tabindex: 4 %></p>
<p><%= f.submit I18n.t('spree.login'), class: 'btn btn-primary', tabindex: 4 %></p>
<% end %>
<%= I18n.t('spree.or') %>
<%= link_to I18n.t('spree.forgot_password'), spree.admin_recover_password_path %>
Expand Down

0 comments on commit 581f847

Please sign in to comment.