debian-mirror-gitlab/app/views/snippets/_snippets.html.haml
2016-09-29 09:46:39 +05:30

12 lines
279 B
Text

.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();