From 11aa875f6e1f25a14a8a6d6e2c590873baa5662d Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 27 Apr 2024 18:16:49 +0200 Subject: wagon order: show train numbers for wings --- templates/_wagon.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/_wagon.html.ep') diff --git a/templates/_wagon.html.ep b/templates/_wagon.html.ep index 66cf6e8..ce3789b 100644 --- a/templates/_wagon.html.ep +++ b/templates/_wagon.html.ep @@ -87,6 +87,6 @@ % } % } % if ($multi and defined $wagon->group_index and (not defined $prev_gi or $wagon->group_index != $prev_gi)) { -
<%= ($wr->train_descriptions)[$wagon->group_index]{short} %> → <%= $wr->{data}{istformation}{allFahrzeuggruppe}[$wagon->group_index]{zielbetriebsstellename} %> +
<%= $wr->train_type %> <%= ($wr->groups)[$wagon->group_index]->train_no %> → <%= $wr->{data}{istformation}{allFahrzeuggruppe}[$wagon->group_index]{zielbetriebsstellename} %> <%= ($wr->train_descriptions)[$wagon->group_index]{short} %> % } -- cgit v1.2.3