1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-21 22:24:29 +00:00

Went through views to make sure navigation is correct and views look ok

This commit is contained in:
2015-11-05 03:02:03 +00:00
parent 4fae1c2896
commit 7aad1ee429
15 changed files with 34 additions and 27 deletions

View File

@@ -10,7 +10,7 @@
<div><%= f.label :password_confirmation, "Confirm new password" %><br />
<%= f.password_field :password_confirmation %></div>
<div><%= f.submit "Change my password" %></div>
<div><%= f.submit "Change my password" :class=>"btn btn-success"%></div>
<% end %>
<%= render "devise/shared/links" %>