diff --git a/app/views/shop/products/_search_feedback.haml b/app/views/shop/products/_search_feedback.haml index 70648d9500..2f4c0548a3 100644 --- a/app/views/shop/products/_search_feedback.haml +++ b/app/views/shop/products/_search_feedback.haml @@ -12,6 +12,10 @@ = t :products_filters_in %span.applied-properties{'ng-bind-html' => 'appliedPropertiesList()'} + + %span{ "ng-show" => "appliedPropertiesList() && appliedTaxonsList()" } + = t :products_or + %span.applied-taxons{'ng-bind-html' => 'appliedTaxonsList()'} %a.clear-all.right{"ng-click" => "clearAll()"}