gitlab-org--gitlab-foss/app/views/explore/projects/starred.html.haml

12 lines
243 B
Text
Raw Normal View History

2015-04-30 13:06:18 -04:00
- 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'