diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-07-02 18:25:42 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-07-02 18:25:52 +0200 |
commit | 63dcc39f08b7726bae3859a5341b4ed0d71345bf (patch) | |
tree | 9cab59af7ea543946bf5356e111e26e84e0e4fa1 /templates/clean.html.ep | |
parent | 51e7e74cd55c5e51403c023edf04a31903a7c694 (diff) |
Format Thalys as long-distance train in infoscreen template
Diffstat (limited to 'templates/clean.html.ep')
-rw-r--r-- | templates/clean.html.ep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/clean.html.ep b/templates/clean.html.ep index 1c64c20..7d63577 100644 --- a/templates/clean.html.ep +++ b/templates/clean.html.ep @@ -27,7 +27,8 @@ % } % elsif ( $departure->{train_type} eq 'IC' % or $departure->{train_type} eq 'ICE' -% or $departure->{train_type} eq 'EC' ) { +% or $departure->{train_type} eq 'EC' +% or $departure->{train_type} eq 'THA' ) { % $linetype = 'fern'; % } <div class="line <%= $linetype %>"> |