gitlab-org--gitlab-foss/app/views/snippets/_snippets.html.haml
Dmitriy Zaporozhets 4ac7f5c949
Restyle snippets rendering
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-27 00:00:06 +02:00

7 lines
198 B
Text

%ul.bordered-list
= render partial: 'shared/snippets/snippet', collection: @snippets
- if @snippets.empty?
%li
.nothing-here-block Nothing here.
= paginate @snippets, theme: 'gitlab'