summaryrefslogtreecommitdiff
path: root/templates/_train_details.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-06-09 13:31:35 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-06-09 13:31:35 +0200
commit5686110134e0fa5afbef038f2f46db7983c4bc4b (patch)
treefb87347c2443086b0134b89e11a40aea7668517d /templates/_train_details.html.ep
parent998d144c9aa0ff64bd2a30e9b7220e75000027cb (diff)
Correctly color ECE and TGV trains in detail view2.3.3
Diffstat (limited to 'templates/_train_details.html.ep')
-rw-r--r--templates/_train_details.html.ep2
1 files changed, 1 insertions, 1 deletions
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 @@
% }
% }
</div> <!-- timeinfo -->
-% if ($linetype eq 'fern' and $departure->{wr_link}) {
+% if (($linetype eq 'fern' or $linetype eq 'ext') and $departure->{wr_link}) {
<div class="verbose">
<a href="/_wr/<%= $departure->{train_no} %>/<%= $departure->{wr_link} %>">Wagenreihung</a>
</div>