debian-mirror-gitlab/app/views/snippets/_snippets.html.haml

8 lines
197 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
%ul.content-list
2015-09-25 12:07:36 +05:30
= render partial: 'shared/snippets/snippet', collection: @snippets
2014-09-02 18:07:02 +05:30
- if @snippets.empty?
%li
.nothing-here-block Nothing here.
= paginate @snippets, theme: 'gitlab'