diff options
author | Patricio Cano <patricio@gitlab.com> | 2014-10-28 11:02:36 -0500 |
---|---|---|
committer | Patricio Cano <patricio@gitlab.com> | 2014-10-28 11:02:36 -0500 |
commit | 9397d19380aa4f63c9f8b67bf06b9d9ca3db3c1a (patch) | |
tree | aa8da907a25e72bd93946b8babea366aa8640216 /app/views/devise | |
parent | 37f33393b2e6aa18c416cb7a55d8de80dde0af58 (diff) | |
download | gitlab-ce-9397d19380aa4f63c9f8b67bf06b9d9ca3db3c1a.tar.gz |
Added ID to the form-group, to fix alignment of inputs
Diffstat (limited to 'app/views/devise')
-rw-r--r-- | app/views/devise/passwords/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/passwords/edit.html.haml b/app/views/devise/passwords/edit.html.haml index 182ca5e774b..f6cbf9b82ba 100644 --- a/app/views/devise/passwords/edit.html.haml +++ b/app/views/devise/passwords/edit.html.haml @@ -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 |