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: 4956081e1ed5d17616d6c726ce75a8ab2d70b435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- page_title "Projects"
- if current_user
  = render 'dashboard/projects_head'
.clearfix
  = render 'filter'
%br
.public-projects
  %ul.bordered-list.top-list
    = render @projects
    - unless @projects.present?
      .nothing-here-block No public projects

  = paginate @projects, theme: "gitlab"