gitlab-org--gitlab-foss/app/views/layouts/profile.html.haml
Dmitriy Zaporozhets 324e57693b
Implement top navigation concept for profile area
Main idea is to keep left sidebar static so user is not confused by
changing context. Instead we put changing navigation with changing
content in one main block

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-19 20:05:30 +02:00

6 lines
200 B
Text

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