summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-10-25 15:40:13 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-10-25 15:40:13 +0100
commit717cc78f5a8c34c687eabed6b9e4babd300620a3 (patch)
treecea9fa2edff36c406658943355b608fba8fb331b
parentbdae52f5a17452e66426aab03bef9867d7a3233d (diff)
only show planned IC(E) type for long-distance trains
-rw-r--r--templates/_train_details.html.ep2
-rw-r--r--templates/app.html.ep2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep
index 19c7061..05f4dec 100644
--- a/templates/_train_details.html.ep
+++ b/templates/_train_details.html.ep
@@ -112,7 +112,7 @@
<a class="smallbutton" href="/_wr/<%= $departure->{train_no} %>/<%= $departure->{wr_link} %>"><i class="material-icons" aria-hidden="true">train</i> Wagenreihung
</a>
% }
-% elsif ($icetype and $icetype->[1] and $departure->{train_type} ne 'Bus') {
+% elsif ($icetype and $icetype->[1] and $linetype eq 'fern') {
<span class="disabledbutton"><i class="material-icons" aria-hidden="true">train</i> Plan: <%= $icetype->[0] %></span>
% }
% for my $link (@{$departure->{links}}) {
diff --git a/templates/app.html.ep b/templates/app.html.ep
index f69763e..f0143cc 100644
--- a/templates/app.html.ep
+++ b/templates/app.html.ep
@@ -58,7 +58,7 @@
%= $departure->{train_line}
% }
% elsif ($departure->{train_no}) {
-% if (exists $ice_type->{$departure->{train_no}} and $ice_type->{$departure->{train_no}}[1]) {
+% if ($departure->{linetype} eq 'fern' and exists $ice_type->{$departure->{train_no}} and $ice_type->{$departure->{train_no}}[1]) {
<span class="trainsubtype" aria-hidden="true"><%= $ice_type->{$departure->{train_no}}[1] %></span>
% }
<span class="trainno"><%= $departure->{train_no} %></span>