From f195abb22603aa1acf332578ef6982fc829e10b6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 18 Jul 2021 00:36:37 +0200 Subject: fahrtverlauf: show missing realtime at requested stop as well --- templates/_train_details.html.ep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/_train_details.html.ep') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 00b4406..eea449d 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -224,6 +224,9 @@ % if ($departure->{arrival} ne $departure->{sched_arrival}) { (heute <%= $departure->{arrival} %>) % } +% } +% if ($departure->{missing_realtime}) { + gps_off % } <%= stash('station_name') %> -- cgit v1.2.3