Commit 6981c207 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #5453 from perryfaro/password-page

Reset buttons/links on the reset password page
parents 0fa3f37d 3fb6ad90
...@@ -7,5 +7,8 @@ ...@@ -7,5 +7,8 @@
%div %div
= f.password_field :password_confirmation, class: "text bottom", placeholder: "Confirm new password" = f.password_field :password_confirmation, class: "text bottom", placeholder: "Confirm new password"
%div %div
.clearfix.append-bottom-10
= f.submit "Change my password", class: "btn btn-primary" = f.submit "Change my password", class: "btn btn-primary"
.pull-right= render partial: "devise/shared/links" = link_to "Sign in", new_session_path(resource_name), class: "btn pull-right"
%div
= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment