From 9474ec49c62acfc14372787c6a0f4041da87eafc Mon Sep 17 00:00:00 2001 From: summerscope Date: Wed, 9 Jul 2014 16:21:36 +1000 Subject: [PATCH] Fix unbalanced brackets issue --- app/views/producers/_filters.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/producers/_filters.html.haml b/app/views/producers/_filters.html.haml index cdb7c7d25e..b46df416c3 100644 --- a/app/views/producers/_filters.html.haml +++ b/app/views/producers/_filters.html.haml @@ -1,6 +1,6 @@ .row .small-12.columns - %a.button.primary.tiny.filterbtn{{"ng-click" => "filtersActive = !filtersActive"} + %a.button.primary.tiny.filterbtn{{"ng-click" => "filtersActive = !filtersActive"}} {{ filterText(filtersActive) }} %i.ofn-i_052-point-down{"ng-show" => "!filtersActive"} %i.ofn-i_053-point-up{"ng-show" => "filtersActive"}