debian-mirror-gitlab/app/views/layouts/profile.html.haml
2022-05-07 20:08:51 +05:30

12 lines
411 B
Text

- 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' }
- content_for :flash_message do
= render "layouts/header/storage_enforcement_banner", namespace: current_user.namespace
= render template: "layouts/application"