2019-07-07 11:18:12 +05:30
|
|
|
.row.empty-state
|
|
|
|
.col-12
|
2023-06-20 00:43:36 +05:30
|
|
|
.svg-content.svg-150
|
|
|
|
= image_tag 'illustrations/empty-state/empty-projects-starred-md.svg'
|
2019-07-07 11:18:12 +05:30
|
|
|
.text-content
|
2021-03-11 19:13:27 +05:30
|
|
|
%h4.gl-text-center
|
2019-07-07 11:18:12 +05:30
|
|
|
= s_("StarredProjectsEmptyState|You don't have starred projects yet.")
|
2021-03-11 19:13:27 +05:30
|
|
|
%p.gl-text-gray-500
|
2019-07-07 11:18:12 +05:30
|
|
|
= s_("StarredProjectsEmptyState|Visit a project page and press on a star icon. Then, you can find the project on this page.")
|