summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/starred.html.haml
blob: 4a9fcae4bed75d90726be7ca20472446846e6fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title "Starred Projects"
- if current_user
  = render 'dashboard/projects_head'
.explore-trending-block
  .lead
    %i.fa.fa-star
    See most starred projects
    .pull-right
      = render 'explore/projects/dropdown'
  = render 'projects', projects: @starred_projects
  = paginate @starred_projects, theme: 'gitlab'