debian-mirror-gitlab/app/views/dashboard/projects/_starred_empty_state.html.haml
2019-07-07 11:18:12 +05:30

10 lines
381 B
Plaintext

.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.")