debian-mirror-gitlab/app/views/explore/projects/starred.html.haml
2015-04-26 09:18:37 +02:00

10 lines
211 B
Text

.explore-trending-block
%p.lead
%i.fa.fa-star
See most starred projects
%hr
.public-projects
%ul.bordered-list
= render @starred_projects
= paginate @starred_projects, theme: 'gitlab'