diff options
-rw-r--r-- | templates/_train_details.html.ep | 3 |
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> % } |