2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Starred Projects"
|
2015-09-08 09:49:20 -04:00
|
|
|
- header_title "Projects", projects_path
|
|
|
|
|
2015-08-20 04:59:05 -04:00
|
|
|
= render 'dashboard/projects_head'
|
|
|
|
|
2015-09-15 16:33:44 -04:00
|
|
|
- if @last_push
|
|
|
|
= render "events/event_last_push", event: @last_push
|
|
|
|
|
2015-03-09 17:12:03 -04:00
|
|
|
- if @projects.any?
|
2015-09-08 09:49:20 -04:00
|
|
|
= render 'projects'
|
2015-03-09 17:12:03 -04:00
|
|
|
- else
|
2015-04-12 00:13:14 -04:00
|
|
|
%h3 You don't have starred projects yet
|
2015-03-09 17:12:03 -04:00
|
|
|
%p.slead Visit project page and press on star icon and it will appear on this page.
|