Commit f416c8a1 authored by Luke Bennett's avatar Luke Bennett

Margin left for priority label

parent 3466bf1c
...@@ -18,5 +18,5 @@ ...@@ -18,5 +18,5 @@
%li.label-link-item.inline %li.label-link-item.inline
= link_to_label(label, subject: subject, type: :merge_request) { 'Merge requests' } = link_to_label(label, subject: subject, type: :merge_request) { 'Merge requests' }
- if label.priorities.present? - if label.priorities.present?
%li.label-link-item.inline %li.label-link-item.inline.prepend-left-10
.label-badge.label-badge-blue Prioritized label .label-badge.label-badge-blue Prioritized label
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment