Commit 9397d193 authored by Patricio Cano's avatar Patricio Cano

Added ID to the form-group, to fix alignment of inputs

parent 37f33393
......@@ -6,7 +6,7 @@
.devise-errors
= devise_error_messages!
= f.hidden_field :reset_password_token
.form-group
.form-group#password-strength
= f.password_field :password, class: "form-control top", id: "user_password_recover", placeholder: "New password", required: true
%div
= f.password_field :password_confirmation, class: "form-control bottom", placeholder: "Confirm new password", required: true
......
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