summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-11-18 17:33:15 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-11-18 17:33:15 +0100
commit563ceb131e7d5bb3be21c5b2208c8c1941db8849 (patch)
tree5fba36aa233e8f02e801543eb182481ec79b769f /templates
parent783a540cb081732aa6336d5441e2ef2738ccb1cf (diff)
history_map: note that inconsistent and manually entered routes are special
See #26
Diffstat (limited to 'templates')
-rw-r--r--templates/history_map.html.ep8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep
index 9f4c771..90b5647 100644
--- a/templates/history_map.html.ep
+++ b/templates/history_map.html.ep
@@ -10,3 +10,11 @@
</div>
%= include '_map', station_coordinates => $station_coordinates, station_pairs => $station_pairs
+%
+<div class="row">
+ <div class="col s12">
+ Bei Zugfahrten mit inkonsistenten Reisedaten und manuellen Einträgen
+ werden derzeit nur Start- und Zielbahnhof ohne Luftlinie dazwischen
+ angezeigt.
+ </div>
+</div>