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
path: root/app
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-12-15 00:34:04 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-01-10 01:01:27 +0300
commitd93ccb8e0949e345efa9a1dcf874c73f8d1975bc (patch)
tree598ff3f138b2d2ad282333bec65ed3e6df6805ae /app
parent4577f1f1749976412ce03941ef712e763c9d618a (diff)
Fix invalid style attribute operator
Diffstat (limited to 'app')
-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