Files
openfoodnetwork/app/views/map/index.html.haml
2015-06-16 15:31:35 +10:00

12 lines
398 B
Plaintext

- content_for(:title) do
Map
= inject_enterprises
.map-container{"fill-vertical" => true}
%map{"ng-controller" => "MapCtrl"}
%google-map{options: "map.additional_options", center: "map.center", zoom: "map.zoom", styles: "map.styles", draggable: "true"}
%map-search
%markers{models: "OfnMap.enterprises", fit: "true",
coords: "'self'", icon: "'icon'", click: "'reveal'"}