blob: d9aa4dd1d2eb22db73e91a8f8e98cad288474197 (
plain)
1
2
3
4
5
6
7
|
%ul.bordered-list
= render partial: 'shared/snippets/snippet', collection: @snippets
- if @snippets.empty?
%li
.nothing-here-block Nothing here.
= paginate @snippets, theme: 'gitlab'
|