blob: 2924918aa4f80260e1a1dcb09ea21892d5a6e991 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
- @hide_top_links = true
- breadcrumb_title _("Projects")
- page_title _("Starred Projects")
- header_title _("Projects"), dashboard_projects_path
= render_dashboard_gold_trial(current_user)
= render "projects/last_push"
= render 'dashboard/projects_head', project_tab_filter: :starred
- if params[:filter_projects] || any_projects?(@projects)
= render 'projects'
- else
= render 'starred_empty_state'
|