debian-mirror-gitlab/app/views/explore/projects/starred.html.haml
2015-09-11 14:41:01 +05:30

11 lines
243 B
Text

- page_title "Starred Projects"
.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'