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

17 lines
427 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
- page_title "Projects"
2015-12-23 02:04:40 +05:30
- header_title "Projects", dashboard_projects_path
2015-09-25 12:07:36 +05:30
- if current_user
= render 'dashboard/projects_head'
- else
= render 'explore/head'
2014-09-02 18:07:02 +05:30
.explore-trending-block
.gray-content-block.second-block
2015-09-25 12:07:36 +05:30
.pull-right
= render 'explore/projects/dropdown'
.oneline
%i.fa.fa-comments-o
See most discussed projects for last month
= render 'projects', projects: @trending_projects