summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-11-10 09:01:33 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-11-10 09:01:33 +0100
commitcc0dda06d89a5affbfe950a9cca226144d5cc887 (patch)
treef72dab133f81d8f36b946774d30f5e322b497aa0 /templates
parent60b691aa76a3956872ecd841f63546c83dc3ea7f (diff)
single layout: strip non-numeric platform parts for now2.3.12
Diffstat (limited to 'templates')
-rw-r--r--templates/single.html.ep2
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}