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

8 lines
182 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
%ul.bordered-list
= render partial: 'snippet', collection: @snippets
- if @snippets.empty?
%li
.nothing-here-block Nothing here.
= paginate @snippets, theme: 'gitlab'