From 9a59f6b520e80fff29fc5ff99342944bcef6658a Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 20 Jun 2014 10:36:09 +1000 Subject: [PATCH] Remove parentheses from address on button --- app/views/producers/_fat.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/producers/_fat.html.haml b/app/views/producers/_fat.html.haml index db65bfa272..46c313aa88 100644 --- a/app/views/producers/_fat.html.haml +++ b/app/views/producers/_fat.html.haml @@ -32,5 +32,5 @@ %i.ofn-i_033-open-sign{"bo-if" => "hub.active"} %i.ofn-i_032-closed-sign{"bo-if" => "!hub.active"} {{hub.name}} - .button-address ({{ [hub.address.city, hub.address.state] | printArray }}) + .button-address {{ [hub.address.city, hub.address.state] | printArray }} %i.ofn-i_007-caret-right