diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/app.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
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}) { + <span class="no-realtime" aria-label="Echtzeitdaten fehlen"><i class="material-icons" aria-hidden="true">gps_off</i></span> +% } % if (param('detailed')) { % my $arrow = '→'; % if (not $departure->{sched_arrival}) { |