summaryrefslogtreecommitdiff
path: root/app/views/snippets/index.html.haml
blob: 8608815e0a68d5a89dbd43c7e4a4bf0529f1d62e (plain)
1
2
3
4
5
6
7
8
9
- page_title "Public Snippets"
- if current_user
  = render 'head'

.slead
  Public snippets created by you and other users are listed here

= render 'snippets'