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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/empty_states/_priority_labels.html.haml')
-rw-r--r--app/views/shared/empty_states/_priority_labels.html.haml10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/views/shared/empty_states/_priority_labels.html.haml b/app/views/shared/empty_states/_priority_labels.html.haml
index 3381c5f0c67..b24fa0b3bdb 100644
--- a/app/views/shared/empty_states/_priority_labels.html.haml
+++ b/app/views/shared/empty_states/_priority_labels.html.haml
@@ -1,6 +1,8 @@
-.text-center
+.text-center.gl-mt-1.gl-mb-6
.svg-content{ data: { qa_selector: 'label_svg_content' } }
- = image_tag 'illustrations/priority_labels.svg'
+ = image_tag 'illustrations/empty-state/empty-labels-starred-md.svg'
- if can?(current_user, :admin_label, @project)
- %p
- = _("Star labels to start sorting by priority")
+ %div
+ = _("No prioritized labels yet!")
+ %div
+ = _("Star labels to start sorting by priority.")