Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_snippets.html.haml « snippets « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'