diff options
| -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: | 
