summaryrefslogtreecommitdiff
path: root/app/views/profiles/passwords
diff options
context:
space:
mode:
authorPatricio Cano <patricio@gitlab.com>2014-10-23 17:49:48 -0500
committerPatricio Cano <patricio@gitlab.com>2014-10-23 17:49:48 -0500
commit7fbc4f5b3ac2abfa8ad94cc228114462b7b94601 (patch)
treeececd9ce78e7f4470824322e0dc94c0aae6dd1e7 /app/views/profiles/passwords
parent7039c9868a3209d89f8306c65ca5b74f8e2ea2c0 (diff)
downloadgitlab-ce-7fbc4f5b3ac2abfa8ad94cc228114462b7b94601.tar.gz
Corrected the layout of the strength indicator to be more consistent throughout the application.
Fixed a test that was looking for an outdated HTML ID
Diffstat (limited to 'app/views/profiles/passwords')
-rw-r--r--app/views/profiles/passwords/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/passwords/new.html.haml b/app/views/profiles/passwords/new.html.haml
index 746b3a721e1..42d2d0db29c 100644
--- a/app/views/profiles/passwords/new.html.haml
+++ b/app/views/profiles/passwords/new.html.haml
@@ -14,7 +14,7 @@
.form-group
= f.label :current_password, class: 'control-label'
.col-sm-10= f.password_field :current_password, required: true, class: 'form-control'
- .form-group#password-strength
+ .form-group
= f.label :password, class: 'control-label'
.col-sm-10= f.password_field :password, required: true, class: 'form-control', id: 'user_password_profile'
.form-group