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: 5ea6d81c5b9b9c1b054cc2a0f0298339edacc87a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- page_title    "Projects"
- header_title  "Projects", root_path

- if current_user
  = render 'dashboard/projects_head'
- else
  = render 'explore/head'

.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