Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_starred_empty_state.html.haml « projects « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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.")