summaryrefslogtreecommitdiff
path: root/templates/infoscreen.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/infoscreen.html.ep')
-rw-r--r--templates/infoscreen.html.ep5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep
index 0778d1f..8ff8d96 100644
--- a/templates/infoscreen.html.ep
+++ b/templates/infoscreen.html.ep
@@ -169,6 +169,11 @@
% else {
%= $departure->time
% }
+ <span class="platform">
+% if ($departure->can('platform') and $departure->platform) {
+%= $departure->platform
+% }
+ </span>
</span>
</li>
% }