gitlabhq/gitlabhq

View on GitHub
app/views/snippets/_snippets.html.haml

Summary

Maintainability
Test Coverage
%ul.bordered-list
  = render partial: 'snippet', collection: @snippets
  - if @snippets.empty?
    %li
      %h3.nothing_here_message Nothing here.

= paginate @snippets, theme: 'gitlab'