diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-11-10 09:01:33 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-11-10 09:01:33 +0100 |
commit | cc0dda06d89a5affbfe950a9cca226144d5cc887 (patch) | |
tree | f72dab133f81d8f36b946774d30f5e322b497aa0 /templates/single.html.ep | |
parent | 60b691aa76a3956872ecd841f63546c83dc3ea7f (diff) |
single layout: strip non-numeric platform parts for now2.3.12
Diffstat (limited to 'templates/single.html.ep')
-rw-r--r-- | templates/single.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single.html.ep b/templates/single.html.ep index a4e370c..681dfee 100644 --- a/templates/single.html.ep +++ b/templates/single.html.ep @@ -6,7 +6,7 @@ % $i++; <div class="display"> <div class="platform"> -%= $departure->{platform} +%= numeric_platform_part($departure->{platform}) </div> <div class="time"> %= $departure->{time} |