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

starred.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: e30c3633223c026e86400fa0c47a7283e63d0aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- page_title    "Projects"
- header_title  "Projects", dashboard_projects_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-star
      See most starred projects
  = render 'projects', projects: @starred_projects
  = paginate @starred_projects, theme: 'gitlab'