summaryrefslogtreecommitdiff
path: root/app/views/snippets/index.html.haml
blob: 0d71c41e2e7c502ae1a9624cece58eb28407d33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%h3.page-title
  Public snippets

  .pull-right
    
    - if current_user
      = link_to new_snippet_path, class: "btn btn-new btn-grouped", title: "New Snippet" do
        Add new snippet
      = link_to user_snippets_path(current_user), class: "btn btn-grouped"  do
        My snippets

%p.light
  Public snippets created by you and other users are listed here

%hr
= render 'snippets'