BigW Consortium Gitlab

_snippets.html.haml 170 Bytes
%ul.bordered-list
  = render partial: 'snippet', collection: @snippets
  - if @snippets.empty?
    %li
      %h3.nothing_here_message Nothing here.

= paginate @snippets