_snippets.html.haml 182 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 %ul.bordered-list = render partial: 'snippet', collection: @snippets - if @snippets.empty? %li .nothing-here-block Nothing here. = paginate @snippets, theme: 'gitlab'