From 5686110134e0fa5afbef038f2f46db7983c4bc4b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 9 Jun 2019 13:31:35 +0200 Subject: Correctly color ECE and TGV trains in detail view --- templates/_train_details.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/_train_details.html.ep') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index c61e1bf..5bff90f 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -73,7 +73,7 @@ % } % } -% if ($linetype eq 'fern' and $departure->{wr_link}) { +% if (($linetype eq 'fern' or $linetype eq 'ext') and $departure->{wr_link}) {
Wagenreihung
-- cgit v1.2.3