debian-mirror-gitlab/app/views/dashboard/projects/_starred_empty_state.html.haml
2023-06-20 00:43:36 +05:30

9 lines
410 B
Text

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