From ab94c51e92e8b5cb29b1c63cdd6781bd5e258b12 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 29 Dec 2017 23:37:58 +0100 Subject: Add detailed mode. For now, it only shows train numbers --- templates/layouts/default.html.ep | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates/layouts/default.html.ep') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 7278686..0f4d9e9 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -139,6 +139,14 @@ Bitte eine Station aus der Liste auswählen %= select_field admode => [['Abfahrt bevorzugen' => 'deparr'], ['Nur Abfahrt' => 'dep'], ['Nur Ankunft' => 'arr']] +
+
+ %= check_box 'detailed' => 1, id => 'id_detailed' + +
+
%= check_box 'show_realtime' => 1, id => 'id_show_realtime' -- cgit v1.2.3