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

index.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: 5086b58cd03e93e359fb991457a4e0204df4455d (plain)
1
2
3
4
5
6
7
8
9
10
11
.clearfix
  = render 'filter'

%hr
.public-projects
  %ul.bordered-list.top-list
    = render @projects
    - unless @projects.present?
      .nothing-here-block No public projects

  = paginate @projects, theme: "gitlab"