diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_checked_in.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 0f1dcb2..07ff161 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -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;"> |