snippets.html.haml 207 Bytes
Newer Older
1
- page_title    'Snippets'
2 3 4 5 6
- if current_user
  - header_title  "Dashboard", root_path
- else
  - header_title  'Snippets', snippets_path
- sidebar       "dashboard"
7 8

= render template: "layouts/application"