2014-09-02 18:07:02 +05:30
|
|
|
%ul.bordered-list
|
2015-09-25 12:07:36 +05:30
|
|
|
= render partial: 'shared/snippets/snippet', collection: @snippets
|
2014-09-02 18:07:02 +05:30
|
|
|
- if @snippets.empty?
|
|
|
|
%li
|
|
|
|
.nothing-here-block Nothing here.
|
|
|
|
|
|
|
|
= paginate @snippets, theme: 'gitlab'
|