summaryrefslogtreecommitdiff
path: root/app/views/snippets/_snippets.html.haml
blob: 80a3e731e1df9e3c38b09180d8665214d0856565 (plain)
1
2
3
4
5
6
7
%ul.content-list
  = render partial: 'shared/snippets/snippet', collection: @snippets
  - if @snippets.empty?
    %li
      .nothing-here-block Nothing here.

= paginate @snippets, theme: 'gitlab'