From 39d0fd00cf1a5b5c83d2c9439e5fd481587ba3dd Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 16 Apr 2025 20:05:14 +0200 Subject: dbris: re-enable map links to DBF --- templates/_checked_in.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 42f150f..b625388 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -327,7 +327,7 @@ % if (@{stash('timeline') // []}) { %= include '_timeline_link', timeline => stash('timeline'), from_checkin => 1 % } - % if ($journey->{arr_name} and not $journey->{is_dbris}) { + % if ($journey->{arr_name}) {
Details @@ -361,7 +361,7 @@ % $url .= $journey->{train_id} =~ s{#}{%23}gr . '?hafas=' . $journey->{backend_name}; Details % } - % elsif ($journey->{extra_data}{trip_id}) { + % elsif ($journey->{extra_data}{trip_id} and not $journey->{is_dbris}) { % $url .= $journey->{extra_data}{trip_id} =~ s{#}{%23}gr; Zuglauf % } @@ -369,7 +369,7 @@   % } % if ($journey->{extra_data}{trip_id}) { - Karte + Karte % }
-- cgit v1.2.3