diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-25 23:04:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-25 23:04:36 +0200 |
commit | 45a4089431002ee01b11880d463dd3513b0657ca (patch) | |
tree | 0b5e655681a92fa3347547dd6be631c5bddcf206 /templates/_public_status_card.html.ep | |
parent | 302a6a144e12d411b41691edf7c14a82e4af6d16 (diff) |
Handle missing platform numbers1.6.3
Diffstat (limited to 'templates/_public_status_card.html.ep')
-rw-r--r-- | templates/_public_status_card.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index c806b17..ebf989b 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -33,7 +33,7 @@ % else { Ziel erreicht % } - % if ($journey->{arrival_countdown} < (60 * 15)) { + % if ($journey->{arrival_countdown} < (60 * 15) and $journey->{arr_platform}) { <br/>auf Gleis <%= $journey->{arr_platform} %> % } % } |