Skip to content

Commit

Permalink
Adds a link to the event-map
Browse files Browse the repository at this point in the history
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…
  • Loading branch information
heiglandreas committed Jun 12, 2017
1 parent 6039009 commit ad85893
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/templates/Event/index.html.twig
Expand Up @@ -48,4 +48,10 @@
<p>There are no events with an open call for papers.</p>
{% endif %}
</section>
<section>
<h3>Looking for a nearby event?</h3>
<p>
Have a look at <a href="https://php.ug/#joindin">the map</a> to find what's near you.
</p>
</section>
{% endblock %}

0 comments on commit ad85893

Please sign in to comment.