summaryrefslogtreecommitdiff
path: root/app/views/layouts/profile.html.haml
blob: 322a77116c8b68d1666f139e0b7dc5a718edf373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- 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"