4ac7f5c949
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
7 lines
198 B
Text
7 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'
|