gitlab-org--gitlab-foss/app/views/explore/projects/trending.html.haml

18 lines
417 B
Text
Raw Normal View History

.explore-title
%h3
Explore GitLab
%p.lead
Discover projects and groups. Share your projects with others
%hr
.explore-trending-block
%p.lead
2014-10-01 18:21:29 -04:00
%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'