diff options
-rw-r--r-- | templates/history_map.html.ep | 8 |
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> |