diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-08-14 20:43:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-08-14 20:43:45 +0200 |
commit | 6475b52ec702f29618b547df046f4416fdf40057 (patch) | |
tree | 4724527c7f986c76deacb6580455833b08241eb2 /templates/layouts | |
parent | 93e8fae73b7756bceaa38e7f492e033b35e4873d (diff) |
app: Remove redundant autostop and less useful autotrain links
autostop is already linked from the header (GPS symbol)
autotrain is not useful enough to deserve a button here
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/app.html.ep | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index dc77480..b65e5cf 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -140,15 +140,6 @@ Bitte eine Station aus der Liste auswählen</div> <div class="field"> %= submit_button 'Abfahrtsmonitor' </div> - % if (not stash('show_intro')) { - <div class="break"></div> - <div class="field"> - <a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https') %>">Stationen in der Umgebung suchen</a> - </div> - <div class="field"> - <a class="button" href="<%= url_for('_autotrain')->to_abs->scheme('https') %>">Fahrende Züge suchen (Beta)</a> - </div> - % } <div class="break"></div> <div class="moresettings-header moresettings-header-collapsed button button-light">Weitere Einstellungen</div> <div class="moresettings moresettings-collapsed"> |