summaryrefslogtreecommitdiff
path: root/app/views/explore/snippets/index.html.haml
blob: 9b838b9f3b7e1957b0392f638cea8e6428f440b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- page_title    "Snippets"
- header_title  "Snippets", snippets_path

- if current_user
  = render 'dashboard/snippets_head'
- else
  = render 'explore/head'

.row-content-block
  - if current_user
    .pull-right
      = link_to new_snippet_path, class: "btn btn-new", title: "New Snippet" do
        = icon('plus')
        New Snippet

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

= render 'snippets/snippets'