summaryrefslogtreecommitdiff
path: root/templates/_wagon.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-04-27 18:16:49 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-04-27 18:16:49 +0200
commit11aa875f6e1f25a14a8a6d6e2c590873baa5662d (patch)
tree9985829598fd9ba82db401bc86da8621e965e502 /templates/_wagon.html.ep
parentc812c32d214c2c97eed875e85d00d4cc3c7c6982 (diff)
wagon order: show train numbers for wings
Diffstat (limited to 'templates/_wagon.html.ep')
-rw-r--r--templates/_wagon.html.ep2
1 files changed, 1 insertions, 1 deletions
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)) {
- <br/><span class="grouptype"><%= ($wr->train_descriptions)[$wagon->group_index]{short} %> → <%= $wr->{data}{istformation}{allFahrzeuggruppe}[$wagon->group_index]{zielbetriebsstellename} %></span>
+ <br/><span class="groupno"><%= $wr->train_type %> <%= ($wr->groups)[$wagon->group_index]->train_no %> → <%= $wr->{data}{istformation}{allFahrzeuggruppe}[$wagon->group_index]{zielbetriebsstellename} %></span> <span class="grouptype"><%= ($wr->train_descriptions)[$wagon->group_index]{short} %></span>
% }
</div>