diff options
| -rw-r--r-- | templates/history_map.html.ep | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep index 51f002e..06429f7 100644 --- a/templates/history_map.html.ep +++ b/templates/history_map.html.ep @@ -56,6 +56,15 @@  	</div>  %= end +<div class="row"> +	<div class="col s12"> +		<p> +			Die eingezeichneten Routen stammen aus dem HAFAS und sind im Detail +			oft fehlerbehaftet. +		</p> +	</div> +</div> +  % if (@{$skipped_journeys // []}) {  	<div class="row">  		<div class="col s12"> | 
