summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/index.html.haml
blob: b9a958fbe7be505ab4a7aa705e91beef3dc518d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title    "Projects"
- header_title  "Projects", dashboard_projects_path

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

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