Files
gitlabhq/app/views/snippets/_snippets.html.haml
T
2014-02-20 13:51:22 +02:00

8 lines
182 B
Plaintext

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