Files
gitlabhq/app/views/explore/projects/starred.html.haml
T
2014-10-14 16:46:50 +03:00

11 lines
211 B
Plaintext

.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'