diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-10-28 18:08:29 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-10-28 18:08:29 +0200 |
commit | 8dd73ca07434da6572c517fe90e271f79c183b73 (patch) | |
tree | 86c0ff12880f5a61afea2e2b156f5aa2e6793cd5 /templates/landingpage.html.ep | |
parent | d5634fa2d8ca48b81076bb1a3885a912eb32a5e4 (diff) |
remove geotrain feature (i.e., search trains, not stations, in the vicinity)
it was a nice little experiment, but ultimately not fit for permanent use.
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index ae72867..06c2d7d 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -11,10 +11,6 @@ <p class="geolink"> <a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https') %>">Stationen in der Umgebung suchen</a> </p> -<p class="geolink"> -Oder -<a href="<%= url_for('_autotrain')->to_abs->scheme('https') %>">Züge in der Umgebung suchen</a> (Beta-Feature) -</p> <p> Oder hier angeben: </p> |