Welcome to mirror list, hosted at ThFree Co, Russian Federation.

trending.html.haml « projects « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1ef06f6cdb92639bdb8a49d94456427f7249a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- page_title "Trending Projects"
- if current_user
  = render 'dashboard/projects_head'
- else
  .explore-title
    %h3
      Explore GitLab
    %p.lead
      Discover projects and groups. Share your projects with others
    %br
.explore-trending-block
  .gray-content-block
    .pull-right
      = render 'explore/projects/dropdown'
    .oneline
      %i.fa.fa-comments-o
      See most discussed projects for last month
  = render 'projects', projects: @trending_projects