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

= paginate @snippets, theme: 'gitlab'