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 02:36:09 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-04-19 02:36:09 +0300
commitf416c8a128e846d3c8d0a0050626600f665866a1 (patch)
treeadbc48fc79e9f576198dbf6fd355e2f57ea9fca9 /app/views/shared/_label_row.html.haml
parent3466bf1cc183641077013d553bd59dcc76074dc3 (diff)
Margin left for priority label
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 fa72086e048..2d7fdfae46d 100644
--- a/app/views/shared/_label_row.html.haml
+++ b/app/views/shared/_label_row.html.haml
@@ -18,5 +18,5 @@
%li.label-link-item.inline
= link_to_label(label, subject: subject, type: :merge_request) { 'Merge requests' }
- if label.priorities.present?
- %li.label-link-item.inline
+ %li.label-link-item.inline.prepend-left-10
.label-badge.label-badge-blue Prioritized label \ No newline at end of file