From b487c9848b3e1d9f8cf24c5b5cf5f3d3bd087fd6 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 5 Sep 2014 12:15:14 +1000 Subject: [PATCH] Add checkbox for show / hide profiles --- app/views/shared/components/_filter_controls.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/shared/components/_filter_controls.html.haml b/app/views/shared/components/_filter_controls.html.haml index 55b7ef1adb..b4dff8a0ce 100644 --- a/app/views/shared/components/_filter_controls.html.haml +++ b/app/views/shared/components/_filter_controls.html.haml @@ -1,5 +1,5 @@ .row - .small-12.columns + .small-12.medium-6.columns %a.button.success.tiny.filterbtn{"ng-click" => "filtersActive = !filtersActive", "ng-show" => "FilterSelectorsService.selectors.length > 0"} {{ filterText(filtersActive) }} @@ -8,3 +8,6 @@ %a.button.secondary.tiny.filterbtn.disabled{"ng-show" => "FilterSelectorsService.selectors.length == 0"} No filters + .small-12.medium-6.columns.text-right + %input{type: "checkbox", name: "profile"}>< + %label Show profiles \ No newline at end of file