diff --git a/app/views/_tailwind/applications/_map.html.erb b/app/views/_tailwind/applications/_map.html.erb index 7e736433b..46f02db1b 100644 --- a/app/views/_tailwind/applications/_map.html.erb +++ b/app/views/_tailwind/applications/_map.html.erb @@ -1,4 +1,5 @@ <%# TODO: Use the new library loader for google maps. Might make this a little less ugly %> +<%# TODO: Show static map and pano when javascript is disabled %>
@@ -7,7 +8,9 @@ class="w-full xl:w-[528px] sm:h-[528px] aspect-1 h-auto"> <%= tag.div class: "bg-google-maps-green w-full h-full", data: { lat: application.lat, lng: application.lng, address: application.address, zoom: 16 }, - "x-ref" => "map" %> + "x-ref" => "map" do %> + + <% end %>