diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-24 18:19:17 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-24 18:19:17 +0200 |
commit | de074342de0bdc3604a0610a0c5f9cce5338bb85 (patch) | |
tree | 721c6c7415945ca57779e51db5dde00e136a62c2 /templates/use_history.html.ep | |
parent | 8810acf742629294713448408ab6f0719f17952f (diff) |
add support for HAFAS connection suggestions; drop manual destination list
Still TODO: handle stations that have several EVAs
Diffstat (limited to 'templates/use_history.html.ep')
-rw-r--r-- | templates/use_history.html.ep | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/templates/use_history.html.ep b/templates/use_history.html.ep index e90f17f..9b76e98 100644 --- a/templates/use_history.html.ep +++ b/templates/use_history.html.ep @@ -48,30 +48,6 @@ </div> </div> <div class="row"> - <div class="input-field col s12"> - <label> - %= check_box local_transit => 1 - <span>Nahverkehr</span> - </label> - </div> - </div> - <div class="row"> - <div class="col s12"> - Zeige beim Reisestatus zusätzlich Anschlussmöglichkeiten an den - Nahverkehr. Diese dienen lediglich zur Information; ein Checkin ist - nicht möglich. Es werden nur Anschlussmöglichkeiten zu Zielen - angezeigt, die im folgenden Feld gelistet sind (ein Ziel pro - Zeile, z.B. „Eichlinghofen H-Bahn, Dortmund“). Falls travelynx in - Zukunft eine Möglichkeit für Checkins in Nahverkehrsmittel erhält, - wird diese Liste ggf. gelöscht. - </div> - </div> - <div class="row"> - <div class="col s12"> - %= text_area 'destinations', id => 'destinations', class => 'materialize-textarea' - </div> - </div> - <div class="row"> <div class="col s3 m3 l3"> </div> <div class="col s6 m6 l6 center-align"> |