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

9 lines
287 B
Plaintext

- page_title _("User Settings")
- header_title _("User Settings"), profile_path unless header_title
- sidebar "dashboard"
- nav "profile"
- @left_sidebar = true
- enable_search_settings locals: { container_class: 'gl-my-5' }
= render template: "layouts/application"