2013-07-13 01:45:48 -04:00
|
|
|
%h3.page-title
|
2013-03-23 15:13:51 -04:00
|
|
|
Snippets
|
2013-03-25 06:22:14 -04:00
|
|
|
- if can? current_user, :write_project_snippet, @project
|
2015-01-24 13:02:58 -05:00
|
|
|
= link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new pull-right", title: "New Snippet" do
|
2013-03-23 15:13:51 -04:00
|
|
|
Add new snippet
|
2013-08-12 05:08:52 -04:00
|
|
|
|
|
|
|
%p.light
|
|
|
|
Share code pastes with others out of git repository
|
|
|
|
|
2013-06-05 15:25:27 -04:00
|
|
|
%hr
|
|
|
|
%ul.bordered-list
|
2013-03-24 14:31:14 -04:00
|
|
|
= render partial: "projects/snippets/snippet", collection: @snippets
|
2013-03-23 15:13:51 -04:00
|
|
|
- if @snippets.empty?
|
2013-06-05 15:25:27 -04:00
|
|
|
%li
|
2014-02-20 06:51:22 -05:00
|
|
|
.nothing-here-block Nothing here.
|