2017-07-06 12:24:03 -04:00
|
|
|
- @hide_top_links = true
|
2015-09-08 09:49:20 -04:00
|
|
|
- page_title "Projects"
|
2015-11-18 13:08:07 -05:00
|
|
|
- header_title "Projects", dashboard_projects_path
|
2015-09-08 09:49:20 -04:00
|
|
|
|
2015-08-20 05:59:14 -04:00
|
|
|
- if current_user
|
|
|
|
= render 'dashboard/projects_head'
|
2015-09-08 09:49:20 -04:00
|
|
|
- else
|
|
|
|
= render 'explore/head'
|
2015-09-03 13:07:23 -04:00
|
|
|
|
2016-02-03 14:13:26 -05:00
|
|
|
= render 'explore/projects/nav'
|
2016-02-04 14:02:19 -05:00
|
|
|
= render 'projects', projects: @projects
|