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

_priority_labels.html.haml « empty_states « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b24fa0b3bdbf4c10deddd5169f15c5904166c7fc (plain)
1
2
3
4
5
6
7
8
.text-center.gl-mt-1.gl-mb-6
  .svg-content{ data: { qa_selector: 'label_svg_content' } }
    = image_tag 'illustrations/empty-state/empty-labels-starred-md.svg'
  - if can?(current_user, :admin_label, @project)
    %div
      = _("No prioritized labels yet!")
    %div
      = _("Star labels to start sorting by priority.")