Commit d93ccb8e authored by Clement Ho's avatar Clement Ho

Fix invalid style attribute operator

parent 4577f1f1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment