summaryrefslogtreecommitdiff
path: root/app/views/layouts/snippets.html.haml
blob: d9c90d4fcef98cbbe824f65693b9d9c283d9b380 (plain)
1
2
3
4
5
6
7
8
- page_title    'Snippets'
- if current_user
  - header_title  "Snippets", user_snippets_path(current_user)
- else
  - header_title  'Snippets', snippets_path
- sidebar       "dashboard"

= render template: "layouts/application"