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: 7be4a471579190ffad6abff67dc66fdc6aadffad (plain)
1
2
3
4
5
6
7
8
9
10
11
.snippets-list-holder
  %ul.content-list
    = render partial: 'shared/snippets/snippet', collection: @snippets
    - if @snippets.empty?
      %li
        .nothing-here-block Nothing here.

  = paginate @snippets, theme: 'gitlab', remote: true

:javascript
  gl.SnippetsList();