BigW Consortium Gitlab

index.html.haml 310 Bytes
Newer Older
1
- page_title    "Projects"
2
- header_title  "Projects", dashboard_projects_path
3

4 5
- if current_user
  = render 'dashboard/projects_head'
6 7 8
- else
  = render 'explore/head'

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