debian-mirror-gitlab/app/views/explore/projects/trending.html.haml

12 lines
280 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
.explore-trending-block
%p.lead
2015-04-26 12:48:37 +05:30
%i.fa.fa-comments-o
2014-09-02 18:07:02 +05:30
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'