mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
17 lines
582 B
Plaintext
17 lines
582 B
Plaintext
- content_for(:title) do
|
|
= t :label_map
|
|
|
|
- content_for :injection_data do
|
|
= inject_enterprise_shopfront_list
|
|
|
|
.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-osm-tiles
|
|
%map-search
|
|
%markers{models: "OfnMap.enterprises", fit: "true",
|
|
coords: "'self'", icon: "'icon'", click: "'reveal'"}
|
|
|
|
.map-footer
|
|
%a{:href => "http://www.openstreetmap.org/copyright"} © OpenStreetMap contributors
|