summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/_starred_empty_state.html.haml
blob: bea27f1a45634efd47b418a5da2b60af46c5ba1e (plain)
1
2
3
4
5
6
7
8
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.")