summaryrefslogtreecommitdiff
path: root/app/views/layouts/profile.html.haml
blob: 7aca64663e0c1522f953aaee8e8fdfaf52518968 (plain)
1
2
3
4
5
6
7
- page_title    _("User Settings")
- header_title  _("User Settings"), profile_path unless header_title
- sidebar       "dashboard"
- nav           "profile"
- @left_sidebar = true

= render template: "layouts/application"