summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/index.html.haml
blob: 30081673ffc76b4c2850a98b8358cf327b4bfa4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- page_title "Snippets"
%h3.page-title
  Snippets
  - if can? current_user, :create_project_snippet, @project
    = link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new pull-right", title: "New Snippet" do
      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.