summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-12-14 15:34:04 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-01-09 16:01:27 -0600
commitd93ccb8e0949e345efa9a1dcf874c73f8d1975bc (patch)
tree598ff3f138b2d2ad282333bec65ed3e6df6805ae
parent4577f1f1749976412ce03941ef712e763c9d618a (diff)
downloadgitlab-ce-d93ccb8e0949e345efa9a1dcf874c73f8d1975bc.tar.gz
Fix invalid style attribute operator
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index dbef87e67cf..aca39941381 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -78,7 +78,7 @@
%ul.filter-dropdown{ 'data-dynamic' => true, 'data-dropdown' => true }
%li.filter-dropdown-item
%button.btn.btn-link
- %span.dropdown-label-box{ style => 'background: {{color}}'}
+ %span.dropdown-label-box{ style: 'background: {{color}}'}
%span.label-title.js-data-value
{{title}}
.pull-right