Welcome to mirror list, hosted at ThFree Co, Russian Federation.

starred.html.haml « projects « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'