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

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

= render 'explore/projects/nav'
= render 'projects', projects: @projects