2015-09-11 14:41:01 +05:30
|
|
|
- page_title "Snippets"
|
2015-09-25 12:07:36 +05:30
|
|
|
= render "header_title"
|
|
|
|
|
2015-11-26 14:37:03 +05:30
|
|
|
.gray-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
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-11-26 14:37:03 +05:30
|
|
|
.oneline
|
|
|
|
Share code pastes with others out of git repository
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-11-26 14:37:03 +05:30
|
|
|
= render 'snippets/snippets'
|