summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/index.html.haml
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"