BigW Consortium Gitlab

_snippets.html.haml 198 Bytes
%ul.bordered-list
  = render partial: 'shared/snippets/snippet', collection: @snippets
  - if @snippets.empty?
    %li
      .nothing-here-block Nothing here.

= paginate @snippets, theme: 'gitlab'