18 lines
450 B
Text
18 lines
450 B
Text
- 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'
|