summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/index.html.haml
blob: 96fee3b17b215ac4773e4cfa3a9ccfed25c2b8dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title "Snippets"

.row-content-block.top-block
  .pull-right
    = link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new", title: "New Snippet" do
      = icon('plus')
      New Snippet

  .oneline
    Share code pastes with others out of git repository

= render 'snippets/snippets'