gitlab-org--gitlab-foss/app/views/layouts/profile.html.haml

11 lines
282 B
Plaintext

- page_title "User Settings"
- header_title "User Settings", profile_path unless header_title
- sidebar "dashboard"
- if show_new_nav?
- nav "new_profile_sidebar"
- @new_sidebar = true
- else
- nav "profile"
= render template: "layouts/application"