wagon order detail has been deployed on marudor.de
This commit is contained in:
parent
04cc32b7a0
commit
29958c1968
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
% }
|
||||
% if (my $wr = $journey->{wagonorder}) {
|
||||
<br/>
|
||||
<a href="https://beta.marudor.de/<%= $journey->{dep_name} %>?selectedDetail=<%= $journey->{train_id} %>">
|
||||
<a href="https://marudor.de/<%= $journey->{dep_name} %>?selectedDetail=<%= $journey->{train_id} %>">
|
||||
%= $wr->direction == 100 ? '→' : '←';
|
||||
% for my $wagon ($wr->wagons) {
|
||||
% if (not ($wagon->is_locomotive or $wagon->is_powercar)) {
|
||||
|
|
Loading…
Reference in a new issue