summaryrefslogtreecommitdiff
path: root/app/views/snippets/_snippets.html.haml
blob: 3145250ce569c3729f9186d6592f5335e3923189 (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 没有内容。

= paginate @snippets, theme: 'gitlab'