mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
wagon order: link to marudor.de for details
This commit is contained in:
parent
36121ccffc
commit
7ef47cdbf9
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
% }
|
||||
% if (my $wr = $journey->{wagonorder}) {
|
||||
<br/>
|
||||
<a href="https://beta.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)) {
|
||||
|
@ -53,6 +54,7 @@
|
|||
% }
|
||||
% }
|
||||
%= $wr->direction == 100 ? '→' : '←';
|
||||
</a>
|
||||
% }
|
||||
</div>
|
||||
<div class="progress" style="height: 1ex;">
|
||||
|
|
Loading…
Reference in a new issue