summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-05-31 19:36:00 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-03 17:14:23 -0500
commit94d9efaa8e59a93d7350e2e1f7a4f99ef93a5ab7 (patch)
tree32e11423467945c0fa6c7557569a75dd70b525bc
parent7df4a3c53a654782c6ca2214d8a5bd452b52835b (diff)
downloadgitlab-ce-issue_13499.tar.gz
Remove extra bracketissue_13499
-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