2fd0d6e29b
In this MR, a view for the empty state of projects has been added. In addition, an svg for this has also been added.
16 lines
448 B
Text
16 lines
448 B
Text
- @hide_top_links = true
|
|
- @no_container = true
|
|
- breadcrumb_title _("Projects")
|
|
- page_title _("Starred Projects")
|
|
- header_title _("Projects"), dashboard_projects_path
|
|
|
|
= render_if_exists "shared/gold_trial_callout"
|
|
|
|
%div{ class: container_class }
|
|
= render "projects/last_push"
|
|
= render 'dashboard/projects_head'
|
|
|
|
- if params[:filter_projects] || any_projects?(@projects)
|
|
= render 'projects'
|
|
- else
|
|
= render 'starred_empty_state'
|