diff options
author | tauriedavis <taurie@gitlab.com> | 2017-01-04 14:05:53 -0800 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-01-04 14:06:39 -0800 |
commit | ccc7a00753100ffe76d33299fa5e4e94d4ad20c1 (patch) | |
tree | e671886d1878f6fe70784aab30e5930271e25d9f /app/views/layouts/profile.html.haml | |
parent | 80c9a1a0b072f71e681739d31d61317328202fde (diff) | |
download | gitlab-ce-ccc7a00753100ffe76d33299fa5e4e94d4ad20c1.tar.gz |
26352 Change Profile settings to User / Settings26352-user-dropdown-settings
Diffstat (limited to 'app/views/layouts/profile.html.haml')
-rw-r--r-- | app/views/layouts/profile.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml index b77d3402a2e..0ee8a57dbd4 100644 --- a/app/views/layouts/profile.html.haml +++ b/app/views/layouts/profile.html.haml @@ -1,5 +1,5 @@ -- page_title "Profile Settings" -- header_title "Profile Settings", profile_path unless header_title +- page_title "User Settings" +- header_title "User Settings", profile_path unless header_title - sidebar "dashboard" - nav "profile" |