summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/starred.html.haml
blob: 596cb0a96cd8f72d7bb192cb26e106135202f55a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- 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-star
      See most starred projects
  = render 'projects', projects: @starred_projects
  = paginate @starred_projects, theme: 'gitlab'