summaryrefslogtreecommitdiff
path: root/app/views/profiles/passwords
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-07 17:20:12 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-07 17:20:12 +0100
commit6a7f2b99c789747739c9f530e8283008366668cb (patch)
treec524623ded3eb18d1e4d569cdd5824b0f6f60df7 /app/views/profiles/passwords
parent2e8fe0bdb274e8cdc80d0e38fe340832c70adfb2 (diff)
downloadgitlab-ce-6a7f2b99c789747739c9f530e8283008366668cb.tar.gz
Set of small UI fixes to project and profile pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 fab7c45c9b2..ab070c09beb 100644
--- a/app/views/profiles/passwords/edit.html.haml
+++ b/app/views/profiles/passwords/edit.html.haml
@@ -1,7 +1,7 @@
- page_title "Password"
- header_title page_title, edit_profile_password_path
-.gray-content-block.top-block
+.alert.alert-help.prepend-top-default
- if @user.password_automatically_set?
Set your password.
- else