BigW Consortium Gitlab

index.html.haml 366 Bytes
Newer Older
1
- page_title "Snippets"
2

3
.sub-header-block
4
  .pull-right
5 6 7
    - if can?(current_user, :create_project_snippet, @project)
      = link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new", title: "New Snippet" do
        New Snippet
8

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

12
= render 'snippets/snippets'