_snippets.html.haml 138 Bytes
%ul.bordered-list
  = render @snippets
  - if @snippets.empty?
    %li
      %h3.nothing_here_message Nothing here.

= paginate @snippets