gitlab-org--gitlab-foss/app/views/snippets/_snippets.html.haml

13 lines
254 B
Text

%table
%thead
%tr
%th Title
%th File Name
%th Expires At
%th Project
= render partial: 'snippet', collection: @snippets
- if @snippets.empty?
%tr
%td{colspan: 4}
%h3.nothing_here_message Nothing here.