summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/trending.html.haml
blob: 4c7e7d44733224b140bc34309605e30d87fcffdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- page_title "Trending Projects"
- if current_user
  = render 'dashboard/projects_head'
.explore-title
  %h3
    Explore GitLab
  %p.lead
    Discover projects and groups. Share your projects with others
%hr
.explore-trending-block
  .lead
    %i.fa.fa-comments-o
    See most discussed projects for last month
    .pull-right
      = render 'explore/projects/dropdown'
  = render 'projects', projects: @trending_projects