diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-26 17:38:17 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-26 17:38:17 +0200 |
commit | 850d591fc5a62f14f63c187b4e90d9e416b4bd0a (patch) | |
tree | 0458893ec74cacf87d76740de219484188b43cc1 | |
parent | e49ae8aea000cf24f7cc78846232a936dc6ef5f9 (diff) |
status card: avoid constellations like "ICE 4 – ICE 615"; only show train type2.11.36
-rw-r--r-- | templates/_public_status_card.html.ep | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 3ee56df..972a07a 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -205,7 +205,6 @@ % if ($wagongroup->{designation}) { „<%= $wagongroup->{designation} %>“ % } - — <%= $wagongroup->{type} // $journey->{type} %> <%= $wagongroup->{no} %> % if ($wagongroup->{to}) { → <%= $wagongroup->{to} %> % } |