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: 67e38ca3127f1adf767ecc06cd3a446b84058c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title    "Projects"
- header_title  "Projects", root_path

- if current_user
  = render 'dashboard/projects_head'
- else
  = render 'explore/head'

.gray-content-block.clearfix
  = render 'filter'
= render 'projects', projects: @projects
= paginate @projects, theme: "gitlab"