Files
openfoodnetwork/app/views/shared/_google_maps_js.html.haml
2022-01-18 12:22:06 +00:00

3 lines
203 B
Plaintext

- if !ContentConfig.open_street_map_enabled
%script{src: "https://maps.googleapis.com/maps/api/js?libraries=places,geometry#{ ENV['GOOGLE_MAPS_API_KEY'] ? '&key=' + ENV['GOOGLE_MAPS_API_KEY'] : ''} "}