2017-09-10 17:25:29 +05:30
|
|
|
- @hide_top_links = true
|
|
|
|
- @no_container = true
|
2019-05-30 16:15:17 +05:30
|
|
|
- breadcrumb_title "Projects"
|
|
|
|
- page_title "Starred Projects"
|
|
|
|
- header_title "Projects", dashboard_projects_path
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2019-05-30 16:15:17 +05:30
|
|
|
= render_if_exists "shared/gold_trial_callout"
|
2019-02-15 15:39:39 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
%div{ class: container_class }
|
2018-03-17 18:26:18 +05:30
|
|
|
= render "projects/last_push"
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'dashboard/projects_head'
|
2015-10-24 18:46:33 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
- if params[:filter_projects] || any_projects?(@projects)
|
|
|
|
= render 'projects'
|
|
|
|
- else
|
2019-05-30 16:15:17 +05:30
|
|
|
%h3.page-title You don't have starred projects yet
|
|
|
|
%p.slead Visit project page and press on star icon and it will appear on this page.
|