diff options
author | Cassidy Dingenskirchen <admin@15318.de> | 2024-01-22 19:13:46 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-29 19:59:09 +0100 |
commit | 824fb6973e1e5b85a0a4693f0fd1389a84409421 (patch) | |
tree | 00bef8c4809c3b48009591ae9341fa138d2ab223 /templates/_checked_out.html.ep | |
parent | dbbeaeea960d21817f35dc9236f7bc80ca8b2411 (diff) |
unified train farbtupferl
(cherry picked from commit 20e8fd39851146eb4fb3cc8cb1f7ba7fc4086d8d)
Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org>
Diffstat (limited to 'templates/_checked_out.html.ep')
-rw-r--r-- | templates/_checked_out.html.ep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/_checked_out.html.ep b/templates/_checked_out.html.ep index 98db660..5a944dc 100644 --- a/templates/_checked_out.html.ep +++ b/templates/_checked_out.html.ep @@ -1,7 +1,8 @@ <div class="card"> <div class="card-content"> <span class="card-title">Ausgecheckt</span> - <p>Aus <%= $journey->{train_type} %> <%= $journey->{train_no} %> + <p>Aus + %= include '_format_train', journey => $journey bis <a href="/s/<%= $journey->{arr_eva} %>?hafas=<%= $journey->{train_id} =~ m{[|]} ? 1 : 0 %>"><%= $journey->{arr_name} %></a></p> % if (@{stash('connections_iris') // [] } or @{stash('connections_hafas') // []}) { <span class="card-title" style="margin-top: 2ex;">Verbindungen</span> |