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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
411 B
Plaintext
Raw Normal View History

- page_title _("User Settings")
- header_title _("User Settings"), profile_path unless header_title
- sidebar "dashboard"
2017-09-06 10:58:24 +00:00
- nav "profile"
- @left_sidebar = true
- enable_search_settings locals: { container_class: 'gl-my-5' }
- content_for :flash_message do
= render "layouts/header/storage_enforcement_banner", namespace: current_user.namespace
= render template: "layouts/application"