mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
10 lines
384 B
Plaintext
10 lines
384 B
Plaintext
= inject_json "enterprisesForMap" , "enterprises_for_map", collection: @enterprises
|
|
|
|
.ofn-map-container{"fill-vertical" => true}
|
|
%map{"ng-controller" => "MapCtrl"}
|
|
%google-map{center: "map.center", zoom: "map.zoom", styles: "map.styles", draggable: "true"}
|
|
%markers{models: "OfnMap.enterprises", fit: "true",
|
|
coords: "'self'", icon: "'icon'", click: "'reveal'"}
|
|
|
|
|