gitlab-org--gitlab-foss/app/views/layouts/profile.html.haml
Dmitriy Zaporozhets 1e3ce07714
Use page title for header title too
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-09 23:05:47 +02:00

6 lines
177 B
Text

- page_title "Profile Settings"
- unless @header_title
- header_title "Profile Settings", profile_path
- sidebar "profile"
= render template: "layouts/application"