gitlab-org--gitlab-foss/app/views/projects/snippets/index.html.haml
2016-05-04 16:45:37 -05:00

13 lines
355 B
Text

- page_title "Snippets"
= render "header_title"
.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'