1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-17 05:15:36 +00:00

Fixed reset password button

This commit is contained in:
2016-01-19 13:26:39 +00:00
parent ef470bdac7
commit a0c5c1ae8e

View File

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