checked_in: distinguish between unknown and not-yet-known arrival
This commit is contained in:
parent
35b3fc44e9
commit
1e2e33399f
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
||||||
(<%= sprintf('%+d', ($journey->{real_arrival}->epoch - $journey->{sched_arrival}->epoch)/60) %>)
|
(<%= sprintf('%+d', ($journey->{real_arrival}->epoch - $journey->{sched_arrival}->epoch)/60) %>)
|
||||||
% }
|
% }
|
||||||
% }
|
% }
|
||||||
|
% elsif ($journey->{arr_name}) {
|
||||||
|
noch nicht bekannt
|
||||||
|
% }
|
||||||
% else {
|
% else {
|
||||||
unbekannt
|
unbekannt
|
||||||
% }
|
% }
|
||||||
|
|
Loading…
Reference in a new issue