diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-21 01:05:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-21 01:05:43 +0100 |
commit | 69568899ff68292fb4855bf5906fb3f56c72d9a7 (patch) | |
tree | 2c21032875f7575ddd439e2bf8e2a94e46fb48cc /templates/infoscreen.html.ep | |
parent | a668150460042c299aa33fdc411b93313ef5a7bc (diff) |
set S-Bahn type for non-DB S-Bahn trains as well
Diffstat (limited to 'templates/infoscreen.html.ep')
-rw-r--r-- | templates/infoscreen.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep index 8b1dd5c..85d0f8d 100644 --- a/templates/infoscreen.html.ep +++ b/templates/infoscreen.html.ep @@ -43,6 +43,9 @@ % or $departure->{train_type} eq 'NJ') { % $linetype = 'ext'; % } +% elsif ( $departure->{train_line} and $departure->{train_line} =~ m{^S\d} ) { +% $linetype = 'sbahn'; +% } <div class="line <%= $linetype %>"> % if ($departure->{train_type} and $departure->{train_no}) { %= $departure->{train_type} |