diff --git a/app/views/shared/components/_filter_box_shopfront.html.haml b/app/views/shared/components/_filter_box_shopfront.html.haml index f73d13f69f..7a2aa23296 100644 --- a/app/views/shared/components/_filter_box_shopfront.html.haml +++ b/app/views/shared/components/_filter_box_shopfront.html.haml @@ -1,4 +1,4 @@ -/ %span.animate-show{"ng-show" => "filtersActive && totalActive() > 0"} -%a.button.secondary.tiny{"ng-click" => "clearAll()"} - %i.ofn-i_009-close - Clear all filters +%span.animate-show{"ng-show" => "filtersActive && totalActive() > 0"} + %a.button.secondary.tiny{"ng-click" => "clearAll()"} + %i.ofn-i_009-close + Clear all filters