From 0e2e8cd78ef8dce5bed07187d3cda09dc2c5a103 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 27 Nov 2019 18:26:15 +0100 Subject: history map: Add checkbox to display manually added journeys --- templates/history_map.html.ep | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'templates/history_map.html.ep') diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep index 97b2276..7bda06b 100644 --- a/templates/history_map.html.ep +++ b/templates/history_map.html.ep @@ -10,11 +10,22 @@ %= include '_map', station_coordinates => $station_coordinates, station_pairs => $station_pairs -% -
-
- Bei Zugfahrten mit inkonsistenten Reisedaten und manuellen Einträgen - werden derzeit nur Start- und Zielbahnhof ohne Luftlinie dazwischen - angezeigt. + +%= form_for '/history/map' => (method => 'POST') => begin + %= csrf_field +
+
+ +
-
+
+
+ +
+
+%= end -- cgit v1.2.3