BigW Consortium Gitlab

profile.html.haml 282 Bytes
Newer Older
1 2
- page_title    "User Settings"
- header_title  "User Settings", profile_path unless header_title
3
- sidebar       "dashboard"
4 5 6 7 8
- if show_new_nav?
  - nav         "new_profile_sidebar"
  - @new_sidebar = true
- else
  - nav         "profile"
9 10

= render template: "layouts/application"