summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/app.html.ep3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/app.html.ep b/templates/app.html.ep
index b35ca59..d6d07b6 100644
--- a/templates/app.html.ep
+++ b/templates/app.html.ep
@@ -83,6 +83,9 @@
%= $departure->{train_line}
% }
% elsif ($departure->{train_no}) {
+% if (exists $ice_type->{$departure->{train_no}}) {
+ <span class="trainsubtype"><%= $ice_type->{$departure->{train_no}} %></span>
+% }
<span class="trainno"><%= $departure->{train_no} %></span>
% }
% else {