diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-01-29 17:40:27 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-01-29 17:40:27 +0100 |
commit | 6526ae6a64c14f9d64a791b778b157f502a5aa0a (patch) | |
tree | 1d31b11010b2e3ae8d6f0fdc24315888cefbf692 /templates/layouts/app.html.ep | |
parent | a32109701fc567defbd6673e9cdf6bdf10b83ec7 (diff) |
add hafas (bus, ubahn, tram) support
Diffstat (limited to 'templates/layouts/app.html.ep')
-rw-r--r-- | templates/layouts/app.html.ep | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index 8d4b2df..4ed395c 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -193,6 +193,14 @@ Bitte eine Station aus der Liste auswählen</div> </div> <div class="field"> <div class="desc"> + %= check_box 'hafas' => 1, id => 'id_hafas' + <label for="id_hafas"> + Bus, Stadtbahn und weiteren Nahverkehr anzeigen (via DB HAFAS mgate) + </label> + </div> + </div> + <div class="field"> + <div class="desc"> Nur Züge über </div> <div> |