diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-12-04 12:21:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-12-04 12:21:48 +0100 |
commit | cbbe35517e92f6cdf926a42eb167fca566881233 (patch) | |
tree | 2dea7808c7332f8bf22e98799244e7b3368ea318 /templates/layouts/default.html.ep | |
parent | da0d796885f04271ebca145f3dc378f5c60b5fe3 (diff) |
iris+clean: show and sort by actual (estimated) arr/dep times
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 85ef48c..a6ffaae 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -123,6 +123,14 @@ %= select_field admode => [['Abfahrt bevorzugen' => 'deparr'], ['Nur Abfahrt' => 'dep'], ['Nur Ankunft' => 'arr']] </div> </div> + <div class="field"> + <div class="desc"> + Erwartete Abfahrtzeiten statt Fahrplandaten verwenden? + </div> + <div> + %= check_box 'show_realtime' => 1 + </div> + </div> </div> % end |