From 4f4f2ce9f8ee4cc986450eff10bfa4915c3e214b Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 17 Jun 2025 18:25:48 +0200 Subject: DBF links: support efa and motis backends --- templates/_checked_in.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 016e56b..988bf39 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) { @@ -387,7 +387,7 @@ % } - <%= $journey->{is_hafas} ? 'directions' : 'train' %> + <%= $journey->{is_hafas} ? 'directions' : 'train' %> % }
-- cgit v1.2.3