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

= render template: "layouts/application"