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