diff options
Diffstat (limited to 'templates/single.html.ep')
-rw-r--r-- | templates/single.html.ep | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/single.html.ep b/templates/single.html.ep index a4e370c..0156bf4 100644 --- a/templates/single.html.ep +++ b/templates/single.html.ep @@ -1,3 +1,9 @@ +<p class="notice"> +<strong>Deprecation Warning.</strong> +Dieses Frontend wird nicht mehr weitergewickelt und möglicherweise in einer +zukünftigen DBF-Version abgeschaltet. +</p> + % if (@{$departures}) { <div class="displaysingle"> @@ -6,7 +12,7 @@ % $i++; <div class="display"> <div class="platform"> -%= $departure->{platform} +%= numeric_platform_part($departure->{platform}) </div> <div class="time"> %= $departure->{time} |