From ba2d5548ff85d366276fca434c0b509a8fee76dd Mon Sep 17 00:00:00 2001 From: Bing Xie Date: Fri, 13 May 2016 15:44:34 +1000 Subject: [PATCH] Fix groups map view --- app/views/groups/show.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 74588176b9..b5222e5f86 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -40,6 +40,7 @@ .map-container %map{"ng-if" => "(active(\'\') && (mapShowed = true)) || mapShowed"} %google-map{options: "map.additional_options", center: "map.center", zoom: "map.zoom", styles: "map.styles", draggable: "true"} + %map-search %markers{models: "mapMarkers", fit: "true", coords: "'self'", icon: "'icon'", click: "'reveal'"}