mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-26 21:16:06 +10:00
19 lines
450 B
Plaintext
19 lines
450 B
Plaintext
- page_title "Trending Projects"
|
|
.explore-title
|
|
%h3
|
|
Explore GitLab
|
|
%p.lead
|
|
Discover projects and groups. Share your projects with others
|
|
%hr
|
|
.explore-trending-block
|
|
%p.lead
|
|
%i.fa.fa-comments-o
|
|
See most discussed projects for last month
|
|
%hr
|
|
.public-projects
|
|
%ul.bordered-list
|
|
= render @trending_projects
|
|
|
|
.center.append-bottom-20
|
|
= link_to 'Show all projects', explore_projects_path, class: 'btn btn-primary'
|