From 0dada8f80509fe7ecc0ce9578214d4517e327099 Mon Sep 17 00:00:00 2001 From: hannes-kl Date: Tue, 4 Dec 2018 20:46:14 +0100 Subject: [PATCH] fixed bugs : Google Maps to OSM --- content/about/contact.erb | 9 ++++++++- layouts/eventpost.erb | 3 +++ layouts/partials/_map.erb | 8 -------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/content/about/contact.erb b/content/about/contact.erb index 6fab6f2..8beff40 100644 --- a/content/about/contact.erb +++ b/content/about/contact.erb @@ -31,6 +31,13 @@ contact_links: description: Phone action: Call us --- + +<% content_for :head do %> + + + +<% end %> + <%= render '/partials/_about_sub_navbar.*', selected: 'contact' %>

Contact us

bleep bloop

@@ -122,5 +129,5 @@ contact_links:
- <%= render '/partials/_map.erb', location: item[:locationlink] %> + <%= render '/partials/_map.erb', location: "Zeus WPI" %>
diff --git a/layouts/eventpost.erb b/layouts/eventpost.erb index 353318e..2a6d72d 100644 --- a/layouts/eventpost.erb +++ b/layouts/eventpost.erb @@ -13,6 +13,9 @@ + + + <% end %> <% if item[:banner] %> diff --git a/layouts/partials/_map.erb b/layouts/partials/_map.erb index e238198..d703c7d 100644 --- a/layouts/partials/_map.erb +++ b/layouts/partials/_map.erb @@ -1,11 +1,3 @@ -<% content_for :head do %> - - - - -<% end %> - -