mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
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) %>)
|
||||
% }
|
||||
% }
|
||||
% elsif ($journey->{arr_name}) {
|
||||
noch nicht bekannt
|
||||
% }
|
||||
% else {
|
||||
unbekannt
|
||||
% }
|
||||
|
|
Loading…
Reference in a new issue