summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/starred.html.haml
blob: 420f069375660faba0c25edee18f7de62ec54224 (plain)
1
2
3
4
5
6
7
8
9
10
.explore-trending-block
  %p.lead
    %i.fa.fa-star
    See most starred projects
  %hr
  .public-projects
    %ul.bordered-list
      = render @starred_projects

  = paginate @starred_projects, theme: 'gitlab'