debian-mirror-gitlab/app/views/layouts/profile.html.haml
2017-09-10 17:25:29 +05:30

11 lines
282 B
Text

- page_title "User Settings"
- header_title "User Settings", profile_path unless header_title
- sidebar "dashboard"
- if show_new_nav?
- nav "new_profile_sidebar"
- @new_sidebar = true
- else
- nav "profile"
= render template: "layouts/application"