mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
11 lines
211 B
Plaintext
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'
|