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

14 lines
456 B
Text
Raw Normal View History

2013-03-23 15:13:51 -04:00
%h3.page_title
Snippets
%small share code pastes with others out of git repository
2013-03-25 06:22:14 -04:00
- if can? current_user, :write_project_snippet, @project
2013-03-23 15:13:51 -04:00
= link_to new_project_snippet_path(@project), class: "btn btn-small add_new pull-right", title: "New Snippet" do
Add new snippet
2013-06-05 15:25:27 -04:00
%hr
%ul.bordered-list
= 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
%h3.nothing_here_message Nothing here.