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

17 lines
438 B
Text
Raw Normal View History

2015-04-30 13:06:18 -04:00
- page_title "Trending Projects"
- if current_user
= render 'dashboard/projects_head'
.gray-content-block.explore-title
%h3
Explore GitLab
%p.lead
Discover projects and groups. Share your projects with others
.explore-trending-block
.lead
2014-10-01 18:21:29 -04:00
%i.fa.fa-comments-o
See most discussed projects for last month
.pull-right
= render 'explore/projects/dropdown'
= render 'projects', projects: @trending_projects