From 8bd30555a18dcab02dc95ea8b3701cdc7adbabb6 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 9 Dec 2023 13:10:17 +0000 Subject: new bus api --- forecast.html.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'forecast.html.tt') diff --git a/forecast.html.tt b/forecast.html.tt index 0decb3b..5397000 100644 --- a/forecast.html.tt +++ b/forecast.html.tt @@ -150,11 +150,11 @@ LineDestinationWhen - [% FOREACH p IN b.Prediction %] + [% FOREACH p IN b.predictions %] - [% p.LineName %] - [% p.DestinationText %] - [% minsec_until(p.EstimatedTime) %] + [% p.lineName %] + [% p.towards %] + [% minsec_until(p.expectedArrival) %] [% END %] -- cgit v1.2.3