debian-mirror-gitlab/app/views/snippets/_snippets.html.haml
2015-09-25 12:07:36 +05:30

8 lines
198 B
Text

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