journey calculator fix

This commit is contained in:
2018-09-06 17:40:12 +02:00
parent 56b897f51c
commit f60b9820fb
6 changed files with 38 additions and 5 deletions

View File

@@ -10,6 +10,10 @@
<input id="journey_calculator__input" type="text" placeholder="{% trans 'Ihr Wohnort' %}">
<div class="journey_calculator__result" data-label="{% trans 'Min' %}"></div>
</div>
<a href="#" target="_blank" class="journey_calculator__button button button--small button--ghost button--ghost-white">
<span class="button__icon">{% include 'project/assets/arrow-right-long.svg' %}</span>
<span class="button__text">{% trans 'Route anzeigen' %}</span>
</a>
<p class="journey_calculator__message">
{% trans 'Bitte wählen Sie einen der vorgeschlagenen Orte aus.' %}
</p>