gitlab-org--gitlab-foss/app/views/dashboard/projects/starred.html.haml
Brandon Labuschagne 2fd0d6e29b Improve empty state for starred projects
In this MR, a view for the empty state of projects has been added.
In addition, an svg for this has also been added.
2019-02-19 15:01:58 +00:00

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'