debian-mirror-gitlab/app/views/layouts/profile.html.haml

9 lines
287 B
Text
Raw Normal View History

2018-11-18 11:00:15 +05:30
- page_title _("User Settings")
- header_title _("User Settings"), profile_path unless header_title
2016-06-02 11:05:42 +05:30
- sidebar "dashboard"
2018-03-17 18:26:18 +05:30
- nav "profile"
- @left_sidebar = true
2015-09-11 14:41:01 +05:30
2021-03-11 19:13:27 +05:30
- enable_search_settings locals: { container_class: 'gl-my-5' }
2015-09-11 14:41:01 +05:30
= render template: "layouts/application"