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

8 lines
197 B
Plaintext

%ul.content-list
= render partial: 'shared/snippets/snippet', collection: @snippets
- if @snippets.empty?
%li
.nothing-here-block Nothing here.
= paginate @snippets, theme: 'gitlab'