gitlab-org--gitlab-foss/app/views/projects/snippets/index.html.haml
2016-07-11 16:16:57 -05:00

12 lines
366 B
Text

- page_title "Snippets"
.sub-header-block
.pull-right
- 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
.oneline
Share code pastes with others out of git repository
= render 'snippets/snippets'