gitlabhq/app/views/snippets/index.html.haml

22 lines
519 B
Plaintext
Raw Normal View History

= render "projects/project_head"
2011-12-08 00:35:57 +01:00
%h3.page_title
Snippets
%small share code pastes with others out of git repository
- if can? current_user, :write_snippet, @project
2013-01-30 15:40:43 +01:00
= link_to new_project_snippet_path(@project), class: "btn btn-small add_new pull-right", title: "New Snippet" do
Add new snippet
%br
2012-09-03 20:53:16 +02:00
%table
%thead
%tr
%th Title
%th File Name
%th Expires At
= render @snippets
- if @snippets.empty?
%tr
%td{colspan: 3}
%h3.nothing_here_message Nothing here.