summaryrefslogtreecommitdiff
path: root/templates/_train_details.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-12-10 21:27:23 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-12-10 21:27:23 +0100
commita668150460042c299aa33fdc411b93313ef5a7bc (patch)
treee71284e595639e7f0c1b590e27a3f39d3c492735 /templates/_train_details.html.ep
parentb0822cc5a59da117d39d4ad0b21665cfd9f57315 (diff)
only link to wagon order if the train has one2.3.16
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 5bff90f..44cf01d 100644
--- a/templates/_train_details.html.ep
+++ b/templates/_train_details.html.ep
@@ -73,7 +73,7 @@
% }
% }
</div> <!-- timeinfo -->
-% if (($linetype eq 'fern' or $linetype eq 'ext') and $departure->{wr_link}) {
+% if ($departure->{wr_link}) {
<div class="verbose">
<a href="/_wr/<%= $departure->{train_no} %>/<%= $departure->{wr_link} %>">Wagenreihung</a>
</div>