Files
openfoodnetwork/app/views/map/index.html.haml
2021-08-16 15:31:00 +01:00

17 lines
449 B
Plaintext

- content_for(:title) do
= t :map_title
- content_for :scripts do
= render partial: "shared/google_maps_js"
- content_for :injection_data do
= inject_available_countries
= inject_enterprise_shopfront_list
= inject_open_street_map_config
- cache(*CacheService::FragmentCaching.ams_all_taxons) do
= inject_taxons
- cache(*CacheService::FragmentCaching.ams_all_properties) do
= inject_properties
= render partial: "shared/map"