Files
gitlabhq/app/views/explore/projects/starred.html.haml
T

12 lines
243 B
Plaintext

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