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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-06-01 03:36:00 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-04 01:14:23 +0300
commit94d9efaa8e59a93d7350e2e1f7a4f99ef93a5ab7 (patch)
tree32e11423467945c0fa6c7557569a75dd70b525bc /app/views/projects/labels
parent7df4a3c53a654782c6ca2214d8a5bd452b52835b (diff)
Remove extra bracket
Diffstat (limited to 'app/views/projects/labels')
-rw-r--r--app/views/projects/labels/_label.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/labels/_label.html.haml b/app/views/projects/labels/_label.html.haml
index 950f6e284b1..294fec422c5 100644
--- a/app/views/projects/labels/_label.html.haml
+++ b/app/views/projects/labels/_label.html.haml
@@ -1,6 +1,5 @@
-%li{id: dom_id(label), data: { id: label.id } } }
+%li{ id: dom_id(label), data: { id: label.id } }
= render "shared/label_row", label: label
-
.pull-info-right
%span.append-right-20
= link_to_label(label, type: :merge_request) do