gitlab-org--gitlab-foss/app/views/snippets/_snippets.html.haml
Dmitriy Zaporozhets e7bcbb95c8 Restyle snippets
2013-06-05 22:25:27 +03:00

7 lines
170 B
Text

%ul.bordered-list
= render partial: 'snippet', collection: @snippets
- if @snippets.empty?
%li
%h3.nothing_here_message Nothing here.
= paginate @snippets