debian-mirror-gitlab/app/views/explore/projects/trending.html.haml
2014-09-02 14:37:02 +02:00

11 lines
281 B
Text

.explore-trending-block
%p.lead
%i.icon-comments-alt
See most discussed projects for last month
%hr
.public-projects
%ul.bordered-list
= render @trending_projects
.center
= link_to 'Show all projects', explore_projects_path, class: 'btn btn-primary'