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: dafa3b4dc8defc5ce9a86b73f7610c015577b149 (plain)
1
2
3
4
5
6
7
8
9
.row.empty-state
  .col-12
    .svg-content.svg-150
      = image_tag 'illustrations/empty-state/empty-projects-starred-md.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.")