From a668150460042c299aa33fdc411b93313ef5a7bc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 10 Dec 2019 21:27:23 +0100 Subject: only link to wagon order if the train has one --- templates/_train_details.html.ep | 2 +- templates/wagenreihung.html.ep | 14 +++----------- 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'templates') 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 @@ % } % } -% if (($linetype eq 'fern' or $linetype eq 'ext') and $departure->{wr_link}) { +% if ($departure->{wr_link}) {
Wagenreihung
diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep index ce028d3..fd20196 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -14,19 +14,11 @@ %= join( ' / ', map { $_->{name} } $wr->destinations ) <%= $wr->station_name %> Gleis <%= $wr->platform %>
- Zugtyp: <%= $wr->train_subtype // 'IC?' %> + % if ($wr->train_type =~ m{^IC|EC}) { + Zugtyp: <%= $wr->train_subtype // 'IC?' %> + % } -% if ($wr->train_type ne 'ICE') { -
-
- ⚠ Keine zuverlässigen Daten vorhanden. - IC/EC-Wagenreihungen werden vom Backend noch nicht offiziell unterstützt. - Sowohl die hier angegebenen Daten als auch die am Bahnsteig angezeigte - Wagenreihung können fehlerhaft sein. -
-
-% }
% if (not $wr->has_bad_wagons) { -- cgit v1.2.3