hafas departures: show no-realtime indicator
This commit is contained in:
parent
2e14c2e3e4
commit
40961f53fd
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
|||
% if ($result->delay) {
|
||||
(<%= sprintf('%+d', $result->delay) %>)
|
||||
% }
|
||||
% elsif (not defined $result->delay and not $result->is_cancelled) {
|
||||
<i class="material-icons" aria-label="Keine Echtzeitdaten vorhanden" style="font-size: 16px;">gps_off</i>
|
||||
% }
|
||||
</td>
|
||||
</tr>
|
||||
% }
|
||||
|
|
Loading…
Reference in a new issue