diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_checked_in.html.ep | 4 | ||||
-rw-r--r-- | templates/_public_status_card.html.ep | 2 | ||||
-rw-r--r-- | templates/use_external_links.html.ep | 4 |
3 files changed, 5 insertions, 5 deletions
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; % } % } - <a href="https://marudor.de/details/<%= $journey->{train_type} %>%20<%= $journey->{train_no} %>/<%= DateTime->now(time_zone => 'Europe/Berlin')->iso8601 %>?station=<%= $journey->{dep_eva} %>"> + <a href="https://bahn.expert/details/<%= $journey->{train_type} %>%20<%= $journey->{train_no} %>/<%= DateTime->now(time_zone => 'Europe/Berlin')->iso8601 %>?station=<%= $journey->{dep_eva} %>"> %= $direction % for my $wagon (@wagons) { % if (not ($wagon->is_locomotive or $wagon->is_powercar)) { @@ -297,7 +297,7 @@ % } </div> <div class="card-action"> - % 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'; <a style="margin-right: 0;" href="<%= $url %>" aria-label="Zuglauf"><i class="material-icons left">timeline</i> Zuglauf</a> % if ($journey->{extra_data}{trip_id}) { <a class="right" style="margin-right: 0;" href="https://dbf.finalrewind.org/map/<%= $journey->{extra_data}{trip_id} %>/<%= $journey->{train_line} || 0 %>?from=<%= $journey->{dep_name} %>&to=<%= $journey->{arr_name} %>&dark=<%= (session('theme') and session('theme') eq 'dark') ? 1 : 0 %>"><i class="material-icons left" aria-hidden="true">map</i> Karte</a> 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}) { <a style="margin-right: 0;" href="<%= $journey->{traewelling_url} %>"><i class="material-icons left">timeline</i> Träwelling</a> % } 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'; <a style="margin-right: 0;" href="<%= $url %>"><i class="material-icons left">timeline</i> Zuglauf</a> % } % 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 @@ <div> <label> %= radio_button stationboard => '2' - <span><a href="https://marudor.de/">marudor.de</a> (Schienenverkehr)</span> + <span><a href="https://bahn.expert/">bahn.expert</a> (Schienenverkehr)</span> </label> </div> </div> @@ -52,7 +52,7 @@ <div> <label> %= radio_button stationboard => '4' - <span><a href="https://marudor.de/regional">marudor.de/regional</a> (Nahverkehr)</span> + <span><a href="https://bahn.expert/regional">bahn.expert/regional</a> (Nahverkehr)</span> </label> </div> </div> |