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-05-29 14:11:20 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-05-29 14:11:20 +0300
commitdcacfaa197d913633935dddaa9bfba5cf295c570 (patch)
tree21e8b406782ff3c1b0abf9babed9cd49f59b714c /app/views/shared/_label_row.html.haml
parentcd0be3ba456f5cf61ed72f1c6b36bef799d7eaaf (diff)
Fix lint
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 42d9a97d3a1..ed23db156bc 100644
--- a/app/views/shared/_label_row.html.haml
+++ b/app/views/shared/_label_row.html.haml
@@ -20,4 +20,4 @@
= link_to_label(label, subject: subject, type: :merge_request) { _('Merge requests') }
- if force_priority
%li.label-link-item.js-priority-badge.inline.prepend-left-10
- .label-badge.label-badge-blue= _('Prioritized label') \ No newline at end of file
+ .label-badge.label-badge-blue= _('Prioritized label')