Files
gitlabhq/app/views/snippets/_snippets.html.haml
T
2015-08-27 00:00:06 +02:00

8 lines
198 B
Plaintext

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