2015-09-11 14:41:01 +05:30
|
|
|
- page_title "Snippets"
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2016-08-24 12:49:21 +05:30
|
|
|
.sub-header-block
|
2016-11-03 12:29:30 +05:30
|
|
|
- if can?(current_user, :create_project_snippet, @project)
|
|
|
|
= link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new btn-wide-on-sm pull-right", title: "New snippet" do
|
|
|
|
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'
|