From ad8589391774f99e789264dcc281e7c7c176e3d6 Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Mon, 12 Jun 2017 18:19:43 +0200 Subject: [PATCH] Adds a link to the event-map MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit php.ug displays the upcoming events in a map-form so this commit adds a link to that map so that users can have a look at what events are near them… This handles an idea that Juliette Reinders mentioned at PHP Southcoast. There's no ticket to it… --- app/templates/Event/index.html.twig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/templates/Event/index.html.twig b/app/templates/Event/index.html.twig index 5b7190a02..dd8028f85 100644 --- a/app/templates/Event/index.html.twig +++ b/app/templates/Event/index.html.twig @@ -48,4 +48,10 @@

There are no events with an open call for papers.

{% endif %} +
+

Looking for a nearby event?

+

+ Have a look at the map to find what's near you. +

+
{% endblock %}