diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 4c3d6175de9dd1a5e683f2d9c617011a32a6828a..ae00b0bb4c497687890081d63d7ff212fb1ac12c 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -165,10 +165,13 @@
% if ($journey->{traewelling_url}) { timeline Träwelling - % } else { + % } elsif ($journey->{backend_id} <= 1) { % my $url = 'https://bahn.expert/details/' . $journey->{train_type} . ' ' . $journey->{train_no} . '/' . DateTime->now(time_zone => 'Europe/Berlin')->epoch . '000'; timeline Zuglauf % } + % else { +   + % } % if ($journey->{extra_data}{trip_id}) { map Karte % }