diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-11-18 17:33:15 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-11-18 17:33:15 +0100 | 
| commit | 563ceb131e7d5bb3be21c5b2208c8c1941db8849 (patch) | |
| tree | 5fba36aa233e8f02e801543eb182481ec79b769f | |
| parent | 783a540cb081732aa6336d5441e2ef2738ccb1cf (diff) | |
history_map: note that inconsistent and manually entered routes are special
See #26
| -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> | 
