summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-28 14:44:38 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-28 14:44:38 +0200
commitdcc9dc94d56fc909fa7264e2c0e0541f0029272f (patch)
tree046a96131219ac91a00111ec3f8055d3b147ea45 /app/views/layouts
parent72e410965d89f8e246543cf5e69b75aba94fc1ac (diff)
downloadgitlab-ce-dcc9dc94d56fc909fa7264e2c0e0541f0029272f.tar.gz
Re-organize profile settings titles and headers
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/profile.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml
index 9799b4cc4d7..3193206fe12 100644
--- a/app/views/layouts/profile.html.haml
+++ b/app/views/layouts/profile.html.haml
@@ -1,5 +1,5 @@
-- page_title "Profile"
-- header_title "Profile", profile_path
+- page_title "Settings"
+- header_title "Settings", profile_path
- sidebar "profile"
= render template: "layouts/application"