gitlab-org--gitlab-foss/app/views/projects/snippets/index.html.haml

16 lines
444 B
Plaintext
Raw Normal View History

%h3.page-title
2013-03-23 19:13:51 +00:00
Snippets
2013-03-25 10:22:14 +00:00
- if can? current_user, :write_project_snippet, @project
2013-08-12 09:08:52 +00:00
= link_to new_project_snippet_path(@project), class: "btn btn-new pull-right", title: "New Snippet" do
2013-03-23 19:13:51 +00:00
Add new snippet
2013-08-12 09:08:52 +00:00
%p.light
Share code pastes with others out of git repository
2013-06-05 19:25:27 +00:00
%hr
%ul.bordered-list
= render partial: "projects/snippets/snippet", collection: @snippets
2013-03-23 19:13:51 +00:00
- if @snippets.empty?
2013-06-05 19:25:27 +00:00
%li
.nothing-here-block Nothing here.