gitlab-org--gitlab-foss/app/views/dashboard/projects/_starred_empty_state.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

9 lines
381 B
Text

.row.empty-state
.col-12
.svg-content.svg-250
= image_tag 'illustrations/starred_empty.svg'
.text-content
%h4.text-center
= s_("StarredProjectsEmptyState|You don't have starred projects yet.")
%p.text-secondary
= s_("StarredProjectsEmptyState|Visit a project page and press on a star icon. Then, you can find the project on this page.")