Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatricio Cano <patricio@gitlab.com>2014-10-25 02:19:35 +0400
committerPatricio Cano <patricio@gitlab.com>2014-10-25 02:19:35 +0400
commit000af8d5d7087cadbfd8ad677fb941e74a8ee3c7 (patch)
treeb55b4d6df23e4cfc64daa387dff2e0b2d1ab2ec1 /app/views/profiles/passwords
parent7fbc4f5b3ac2abfa8ad94cc228114462b7b94601 (diff)
Moved require from application.js to password_strength.js
Corrected div id for profile password/edit Added first spinach tests
Diffstat (limited to 'app/views/profiles/passwords')
-rw-r--r--app/views/profiles/passwords/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/passwords/edit.html.haml b/app/views/profiles/passwords/edit.html.haml
index 8e84d312194..425200ff523 100644
--- a/app/views/profiles/passwords/edit.html.haml
+++ b/app/views/profiles/passwords/edit.html.haml
@@ -21,7 +21,7 @@
%div
= link_to "Forgot your password?", reset_profile_password_path, method: :put
- .form-group#password-strength
+ .form-group
= f.label :password, 'New password', class: 'control-label'
.col-sm-10
= f.password_field :password, required: true, class: 'form-control', id: 'user_password_profile'