From ebb6c9174e0a4622904e8bccd7248609bb66ad8d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 18 Jul 2021 12:56:58 +0200 Subject: show mising realtime data in departure overview as well --- templates/app.html.ep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/app.html.ep b/templates/app.html.ep index 4a45c99..ac6d928 100644 --- a/templates/app.html.ep +++ b/templates/app.html.ep @@ -113,6 +113,9 @@ % } % } % } +% elsif ($departure->{missing_realtime}) { + +% } % if (param('detailed')) { % my $arrow = '→'; % if (not $departure->{sched_arrival}) { -- cgit v1.2.3