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: 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'