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

= render template: "layouts/application"