From cb55ded857c8167ca7042166efb641a7bdfd4305 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 14 May 2025 18:14:57 +0200 Subject: _checked_in: fix stop detail links for dbris --- templates/_checked_in.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/_checked_in.html.ep') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 2321e8a..4252d9d 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -128,7 +128,7 @@ % }
- <%= $journey->{arr_name} %>
+ <%= $journey->{arr_name} %>
% if ($journey->{real_arrival}->epoch) { <%= $journey->{real_arrival}->strftime('%H:%M') %> % if ($journey->{real_arrival}->epoch != $journey->{sched_arrival}->epoch) { @@ -410,7 +410,7 @@ % } - <%= $journey->{is_hafas} ? 'directions' : 'train' %> + <%= $journey->{is_hafas} ? 'directions' : 'train' %> % }
-- cgit v1.2.3