diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-09-24 18:53:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-09-24 18:53:04 +0200 |
commit | e54130ad6ea805cc04db17a3f614cb4bd25ca3f0 (patch) | |
tree | 4ffe1b52cc44a2c75c1614d5c36c244d06716609 /templates/use_history.html.ep | |
parent | 1c7779e94ef6859348570b9c1b5f2f8a27e32c1f (diff) |
optionally show local transit connections as well
Diffstat (limited to 'templates/use_history.html.ep')
-rw-r--r-- | templates/use_history.html.ep | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/use_history.html.ep b/templates/use_history.html.ep index e8e129f..1632b8b 100644 --- a/templates/use_history.html.ep +++ b/templates/use_history.html.ep @@ -48,6 +48,30 @@ </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"> |