debian-mirror-gitlab/app/views/layouts/profile.html.haml
2021-03-11 19:13:27 +05:30

9 lines
287 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' }
= render template: "layouts/application"