diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-08-14 19:12:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-08-14 19:12:19 +0200 |
commit | ebbece55008b957a98c8668f97e0f3d93630f9ae (patch) | |
tree | fdc1ed23588eff40da1f2822c8fbafcb71580135 /templates/landingpage.html.ep | |
parent | 907614a8d54d55fc33ad9fc899a4ad2286161ce7 (diff) |
Make _autotrain less visible than _autostop
It's less useful and not as well supported
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index d68dd66..ae72867 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -12,7 +12,8 @@ <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> +Oder +<a href="<%= url_for('_autotrain')->to_abs->scheme('https') %>">Züge in der Umgebung suchen</a> (Beta-Feature) </p> <p> Oder hier angeben: |