summaryrefslogtreecommitdiff
path: root/templates/clean.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/clean.html.ep')
-rw-r--r--templates/clean.html.ep8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/clean.html.ep b/templates/clean.html.ep
index 61f6db9..3f6bcd0 100644
--- a/templates/clean.html.ep
+++ b/templates/clean.html.ep
@@ -50,6 +50,14 @@
%= $departure->{train}
% }
</div>
+% if (param('detailed')) {
+% if ($departure->{train_line} and $departure->{train_no}
+% and $departure->{train_line} ne $departure->{train_no}) {
+ <div class="extra_trainno">
+%= $departure->{train_no}
+ </div>
+% }
+% }
% if (@{$departure->{replaced_by}} or @{$departure->{replacement_for}}) {
<div class="lineinfo">
% if (@{$departure->{replaced_by}}) {