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

  = paginate @starred_projects, theme: 'gitlab'