From d0cb9008a26a5fe048e341a959b509a8ed791e99 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 29 Jan 2016 15:13:36 +1100 Subject: [PATCH] Delete unused shopfront haml --- .../shared/components/_filter_box_shopfront.html.haml | 4 ---- .../components/_filter_controls_shopfront.html.haml | 8 -------- 2 files changed, 12 deletions(-) delete mode 100644 app/views/shared/components/_filter_box_shopfront.html.haml delete mode 100644 app/views/shared/components/_filter_controls_shopfront.html.haml diff --git a/app/views/shared/components/_filter_box_shopfront.html.haml b/app/views/shared/components/_filter_box_shopfront.html.haml deleted file mode 100644 index faf5930019..0000000000 --- a/app/views/shared/components/_filter_box_shopfront.html.haml +++ /dev/null @@ -1,4 +0,0 @@ -%span.animate-show{"ng-show" => "filtersActive && totalActive() > 0"} - %a.button.secondary.tiny{"ng-click" => "clearAll()"} - %i.ofn-i_009-close - = t :components_filters_clearfilters diff --git a/app/views/shared/components/_filter_controls_shopfront.html.haml b/app/views/shared/components/_filter_controls_shopfront.html.haml deleted file mode 100644 index 4bf7766a5c..0000000000 --- a/app/views/shared/components/_filter_controls_shopfront.html.haml +++ /dev/null @@ -1,8 +0,0 @@ -%a.button.success.tiny.filterbtn{"ng-click" => "filtersActive = !filtersActive", -"ng-show" => "FilterSelectorsService.selectors.length > 0"} - {{ filterText(filtersActive) }} - %i.ofn-i_005-caret-down{"ng-show" => "!filtersActive"} - %i.ofn-i_006-caret-up{"ng-show" => "filtersActive"} - -%a.button.secondary.tiny.filterbtn.disabled{"ng-show" => "FilterSelectorsService.selectors.length == 0"} - = t :components_filters_nofilters