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 00:11:46 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-04 01:14:23 +0300
commit22b8b9a7f399abb685e95ea5669beb033d30101b (patch)
tree44386bec6d0f52611ea0686eae617dbe81451bc4 /app/views/projects/labels
parent228a68458716fe36ece59bd21567e2183b2ca313 (diff)
Address feedback
Diffstat (limited to 'app/views/projects/labels')
-rw-r--r--app/views/projects/labels/_label.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/labels/_label.html.haml b/app/views/projects/labels/_label.html.haml
index a36535458f7..950f6e284b1 100644
--- a/app/views/projects/labels/_label.html.haml
+++ b/app/views/projects/labels/_label.html.haml
@@ -1,4 +1,4 @@
-%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