summaryrefslogtreecommitdiff
path: root/templates/_train_details.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-07-18 00:36:37 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-07-18 00:36:37 +0200
commitf195abb22603aa1acf332578ef6982fc829e10b6 (patch)
tree0d4419246e6d4507542a29319e7adada86f08759 /templates/_train_details.html.ep
parentfe6f518edd065e7ca5c735ccb00cc46d7bcab1c0 (diff)
fahrtverlauf: show missing realtime at requested stop as well
Diffstat (limited to 'templates/_train_details.html.ep')
-rw-r--r--templates/_train_details.html.ep3
1 files changed, 3 insertions, 0 deletions
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
@@ -225,6 +225,9 @@
(heute <%= $departure->{arrival} %>)
% }
% }
+% if ($departure->{missing_realtime}) {
+ <i class="material-icons" aria-label="Echtzeitdaten fehlen">gps_off</i>
+% }
<strong><%= stash('station_name') %></strong>
</li>
% }