diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-04-02 15:48:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-04-02 15:48:52 +0200 |
commit | bbcd08a7ba8d2354f74d1c3eaf5fc813a95edce4 (patch) | |
tree | f2c5b1a8c980641a39b9de705e0729dc7623c631 /templates/landingpage.html.ep | |
parent | 408d738127fda171b330519d25cc73dee65c9b28 (diff) |
add geotrain links to menu / landing page
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 23aa428..d68dd66 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -9,7 +9,10 @@ Verfügbarkeitsgarantie. Alle Angaben ohne Gewähr. </p> <p class="geolink"> -<a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https') %>">Bahnhöfe im Umfeld suchen</a> +<a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https') %>">Stationen in der Umgebung suchen</a> +</p> +<p class="geolink"> +<a class="button" href="<%= url_for('_autotrain')->to_abs->scheme('https') %>">Fahrende Züge suchen (Beta)</a> </p> <p> Oder hier angeben: |