diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-07-26 12:37:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-26 12:37:30 +0200 |
commit | 53c3dd8089755738df39e22bfd1b0c116d825cfc (patch) | |
tree | 88beae8622f67846a6214c72d9b2406aca669151 /templates/layouts/legacy.html.ep | |
parent | f5aa234d222083774c7a2dc90edd68ee6ed9f4cb (diff) |
shorten 'show_realtime=1' to 'rt=1'
Diffstat (limited to 'templates/layouts/legacy.html.ep')
-rw-r--r-- | templates/layouts/legacy.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep index 47c7e49..f2c7ca4 100644 --- a/templates/layouts/legacy.html.ep +++ b/templates/layouts/legacy.html.ep @@ -158,7 +158,7 @@ Bitte eine Station aus der Liste auswählen</div> </div> <div class="field"> <div class="desc"> - %= check_box 'show_realtime' => 1, id => 'id_show_realtime' + %= check_box 'rt' => 1, id => 'id_show_realtime' <label for="id_show_realtime"> Echtzeitangaben statt Fahrplandaten anzeigen </label> |