From a362c2591fc2df37ea7eb4f258b06c6ca217f0df Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 20 Jun 2014 10:42:52 +1000 Subject: [PATCH] Remove parentheses from address on button --- app/assets/javascripts/templates/map_modal_hub.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/templates/map_modal_hub.html.haml b/app/assets/javascripts/templates/map_modal_hub.html.haml index 72a6a108d8..79301798c4 100644 --- a/app/assets/javascripts/templates/map_modal_hub.html.haml +++ b/app/assets/javascripts/templates/map_modal_hub.html.haml @@ -43,7 +43,7 @@ %i.ofn-i_033-open-sign{"bo-if" => "enterprise.active"} %i.ofn-i_032-closed-sign{"bo-if" => "!enterprise.active"} {{enterprise.name}} - .button-address ( {{ enterprise.address.city }} , {{enterprise.address.state}} ) + .button-address {{ enterprise.address.city }} , {{enterprise.address.state}} %i.ofn-i_007-caret-right %a.close-reveal-modal.outside{"ng-click" => "$close()"}