summaryrefslogtreecommitdiff
path: root/templates/departures.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/departures.html.ep')
-rw-r--r--templates/departures.html.ep3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep
index 706a441..91b3331 100644
--- a/templates/departures.html.ep
+++ b/templates/departures.html.ep
@@ -101,6 +101,9 @@
% if ($result->departure_delay) {
(<%= sprintf('%+d', $result->departure_delay) %>)
% }
+ % elsif (not $result->has_realtime and $result->start->epoch < $now_epoch) {
+ <i class="material-icons" aria-label="Keine Echtzeitdaten vorhanden" style="font-size: 16px;">gps_off</i>
+ % }
</td>
</tr>
% }