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: 6db018d72da19d8fba75424bbf0409e527ab8ad0 (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.gl-text-center
        = s_("StarredProjectsEmptyState|You don't have starred projects yet.")
      %p.gl-text-gray-500
        = s_("StarredProjectsEmptyState|Visit a project page and press on a star icon. Then, you can find the project on this page.")