2013-06-05 15:25:27 -04:00
|
|
|
%ul.bordered-list
|
2013-03-24 17:16:52 -04:00
|
|
|
= render partial: 'snippet', collection: @snippets
|
|
|
|
- if @snippets.empty?
|
2013-06-05 15:25:27 -04:00
|
|
|
%li
|
2014-02-20 06:51:22 -05:00
|
|
|
.nothing-here-block Nothing here.
|
2013-03-24 18:18:39 -04:00
|
|
|
|
2013-07-18 06:08:48 -04:00
|
|
|
= paginate @snippets, theme: 'gitlab'
|