From 850d591fc5a62f14f63c187b4e90d9e416b4bd0a Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 26 May 2025 17:38:17 +0200 Subject: status card: avoid constellations like "ICE 4 – ICE 615"; only show train type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/_public_status_card.html.ep | 1 - 1 file changed, 1 deletion(-) 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} %> % } -- cgit v1.2.3