summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-01 14:55:39 +0000
committerPhil Hughes <me@iamphill.com>2016-03-02 16:59:06 +0000
commit67c6d98a1bca8ff45f3cb62c9df4e59985890e86 (patch)
treebdf1a9aed6b339c2ad360a975f97152f02af6374 /app
parent3806c008228438d490ea576c9fb89102fa6ec972 (diff)
downloadgitlab-ce-67c6d98a1bca8ff45f3cb62c9df4e59985890e86.tar.gz
Fixed failing password tests
Diffstat (limited to 'app')
-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 76d3f433e4b..89aad5202fe 100644
--- a/app/views/profiles/passwords/edit.html.haml
+++ b/app/views/profiles/passwords/edit.html.haml
@@ -12,7 +12,7 @@
Change your password
- unless @user.password_automatically_set?
or recover your current one
- = form_for @user, url: profile_password_path, method: :put do |f|
+ = form_for @user, url: profile_password_path, method: :put, html: {class: "update-password"} do |f|
-if @user.errors.any?
.alert.alert-danger
%ul