summaryrefslogtreecommitdiff
path: root/app/views/snippets/index.html.haml
blob: e9bb6a908d3db508c55534dc617c3743d7afde30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- page_title "Public Snippets"
%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
        Your snippets

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

%hr
= render 'snippets'