summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/starred.html.haml
blob: fdccbe5692fd2dfec02e8ab26fe96ae5d0d86b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- 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'
  .public-projects
    %ul.bordered-list
      = render @starred_projects

  = paginate @starred_projects, theme: 'gitlab'