From 45cedb12ead1ab916dc0319fea6895a823513766 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 30 May 2025 11:15:37 +0200 Subject: remove external map and train detail links --- templates/_checked_in.html.ep | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'templates/_checked_in.html.ep') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 155f75d..d5d2792 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -350,27 +350,6 @@

% } -
- % my $url = 'https://dbf.finalrewind.org/z/'; - % if ($journey->{is_dbris}) { - % $url .= $journey->{train_id} =~ s{#}{%23}gr . '?dbris=' . $journey->{backend_name}; - Details - % } - % elsif ($journey->{is_hafas}) { - % $url .= $journey->{train_id} =~ s{#}{%23}gr . '?hafas=' . $journey->{backend_name}; - Details - % } - % elsif ($journey->{extra_data}{trip_id} and not $journey->{is_dbris}) { - % $url .= $journey->{extra_data}{trip_id} =~ s{#}{%23}gr; - Zuglauf - % } - % else { -   - % } - % if ($journey->{extra_data}{trip_id}) { - Karte - % } -
-- cgit v1.2.3