From dbe379a34db21671a8cff85bd119b6a173dd8a18 Mon Sep 17 00:00:00 2001 From: marudor Date: Fri, 19 Aug 2022 17:21:41 +0200 Subject: use bahn.expert as new domain for marudor.de --- templates/_checked_in.html.ep | 4 ++-- templates/_public_status_card.html.ep | 2 +- templates/use_external_links.html.ep | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index f2b6eba..040c5de 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -78,7 +78,7 @@ % @wagons = reverse @wagons; % } % } - + %= $direction % for my $wagon (@wagons) { % if (not ($wagon->is_locomotive or $wagon->is_powercar)) { @@ -297,7 +297,7 @@ % }
- % my $url = 'https://marudor.de/details/' . $journey->{train_type} . ' ' . $journey->{train_no} . '/' . DateTime->now(time_zone => 'Europe/Berlin')->epoch . '000'; + % my $url = 'https://bahn.expert/details/' . $journey->{train_type} . ' ' . $journey->{train_no} . '/' . DateTime->now(time_zone => 'Europe/Berlin')->epoch . '000'; timeline Zuglauf % if ($journey->{extra_data}{trip_id}) { Karte diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 0f9019b..494532b 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -151,7 +151,7 @@ % if ($journey->{traewelling_url}) { timeline Träwelling % } else { - % my $url = 'https://marudor.de/details/' . $journey->{train_type} . ' ' . $journey->{train_no} . '/' . DateTime->now(time_zone => 'Europe/Berlin')->epoch . '000'; + % my $url = 'https://bahn.expert/details/' . $journey->{train_type} . ' ' . $journey->{train_no} . '/' . DateTime->now(time_zone => 'Europe/Berlin')->epoch . '000'; timeline Zuglauf % } % if ($journey->{extra_data}{trip_id}) { diff --git a/templates/use_external_links.html.ep b/templates/use_external_links.html.ep index d58e33d..4540e40 100644 --- a/templates/use_external_links.html.ep +++ b/templates/use_external_links.html.ep @@ -42,7 +42,7 @@
@@ -52,7 +52,7 @@
-- cgit v1.2.3