summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/_starred_empty_state.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/projects/_starred_empty_state.html.haml')
-rw-r--r--app/views/dashboard/projects/_starred_empty_state.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/dashboard/projects/_starred_empty_state.html.haml b/app/views/dashboard/projects/_starred_empty_state.html.haml
new file mode 100644
index 00000000000..bea27f1a456
--- /dev/null
+++ b/app/views/dashboard/projects/_starred_empty_state.html.haml
@@ -0,0 +1,9 @@
+.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.")