debian-mirror-gitlab/app/views/projects/snippets/index.html.haml

16 lines
474 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
%h3.page-title
Snippets
- if can? current_user, :write_project_snippet, @project
2015-04-26 12:48:37 +05:30
= link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new pull-right", title: "New Snippet" do
2014-09-02 18:07:02 +05:30
Add new snippet
%p.light
Share code pastes with others out of git repository
%hr
%ul.bordered-list
= render partial: "projects/snippets/snippet", collection: @snippets
- if @snippets.empty?
%li
.nothing-here-block Nothing here.