BigW Consortium Gitlab

index.html.haml 355 Bytes
Newer Older
1
- page_title "Snippets"
2 3
= render "header_title"

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

10 11
  .oneline
    Share code pastes with others out of git repository
12

13
= render 'snippets/snippets'