summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/starred.html.haml
blob: b5d146b1f2fe296769b52f6b4a5576f3b56d91ce (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title "Starred Projects"
.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'