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:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-04-19 03:20:38 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-04-19 03:20:38 +0300
commit8b4e1d0ccd6c2624ac230597c4e63c8b51bc76ba (patch)
tree85f411958ccd6a912bd9d666ce144b33d5067ebc /app/views/shared/_label_row.html.haml
parentc9f23ffe5bb4cc5bf28e28e7736d867ec0de5443 (diff)
Add/use Label#priority? and remove weird padding
Diffstat (limited to 'app/views/shared/_label_row.html.haml')
-rw-r--r--app/views/shared/_label_row.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_label_row.html.haml b/app/views/shared/_label_row.html.haml
index a2997bb9146..c098c916915 100644
--- a/app/views/shared/_label_row.html.haml
+++ b/app/views/shared/_label_row.html.haml
@@ -17,6 +17,6 @@
&middot;
%li.label-link-item.inline
= link_to_label(label, subject: subject, type: :merge_request) { 'Merge requests' }
- - if label.priorities.present?
+ - if label.priority?
%li.label-link-item.inline.prepend-left-10
.label-badge.label-badge-blue Prioritized label \ No newline at end of file