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
path: root/app
diff options
context:
space:
mode:
authorLee Tickett <lee@tickett.net>2019-09-04 06:51:43 +0300
committerMike Greiling <mike@pixelcog.com>2019-09-04 06:51:43 +0300
commit09c7044f08becf78c8e154f55b515a6f25f0a7df (patch)
treed4fb0e776547757eecc3dc23262d4ff956e625c5 /app
parent383ad8d67fe96f9b33eeac8aac338f038735ca0d (diff)
Revert "DB change, migratoin and changelog"
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/empty_states/_priority_labels.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/shared/empty_states/_priority_labels.html.haml b/app/views/shared/empty_states/_priority_labels.html.haml
index bba3475d244..a93f6e4c795 100644
--- a/app/views/shared/empty_states/_priority_labels.html.haml
+++ b/app/views/shared/empty_states/_priority_labels.html.haml
@@ -1,4 +1,6 @@
.text-center
.svg-content.qa-label-svg
= image_tag 'illustrations/priority_labels.svg'
- %p Star labels to start sorting by priority
+ - if can?(current_user, :admin_label, @project)
+ %p
+ = _("Star labels to start sorting by priority")