summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-10-03 16:24:00 +0100
committerPhil Hughes <me@iamphill.com>2016-10-03 16:24:00 +0100
commit735731a565e593fa8df445b3bb2ac2f768fb1fae (patch)
tree1ab382c8b2a14c5c0ee89d12ddf08daef9ec8eea /app
parentcc88fa4d5be9ec0d5fb42f1bb5efa0b82f30a589 (diff)
downloadgitlab-ce-735731a565e593fa8df445b3bb2ac2f768fb1fae.tar.gz
Tests update
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/issuable/_label_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_label_dropdown.html.haml b/app/views/shared/issuable/_label_dropdown.html.haml
index d537fd6712a..92d5cb307ae 100644
--- a/app/views/shared/issuable/_label_dropdown.html.haml
+++ b/app/views/shared/issuable/_label_dropdown.html.haml
@@ -15,7 +15,7 @@
- if selected
- selected.each do |label|
- = hidden_field_tag data_options[:field_name], use_id ? label.try(:id) : u(label.try(:title)), id: nil
+ = hidden_field_tag data_options[:field_name], use_id ? label.try(:id) : label.try(:title), id: nil
.dropdown
%button.dropdown-menu-toggle.js-label-select.js-multiselect{class: classes.join(' '), type: "button", data: dropdown_data}