debian-mirror-gitlab/app/views/explore/projects/trending.html.haml
2015-04-26 09:18:37 +02:00

11 lines
280 B
Text

.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
= link_to 'Show all projects', explore_projects_path, class: 'btn btn-primary'