summaryrefslogtreecommitdiff
path: root/forecast.html.tt
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-02-03 16:09:55 +0000
committerdakkar <dakkar@thenautilus.net>2024-02-03 16:09:55 +0000
commit0894f68085a8ef9bfd3c673339416c014be02f85 (patch)
treeb839a26128d69438198a24ae098e30892278e1f2 /forecast.html.tt
parentmore cleaning (diff)
downloadHomePanel-0894f68085a8ef9bfd3c673339416c014be02f85.tar.gz
HomePanel-0894f68085a8ef9bfd3c673339416c014be02f85.tar.bz2
HomePanel-0894f68085a8ef9bfd3c673339416c014be02f85.zip
show more than 1 bus stop
Diffstat (limited to 'forecast.html.tt')
-rw-r--r--forecast.html.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/forecast.html.tt b/forecast.html.tt
index 8d02648..7b90714 100644
--- a/forecast.html.tt
+++ b/forecast.html.tt
@@ -153,7 +153,7 @@
[% FOREACH p IN b.predictions %]
<tr>
<td class="line">[% p.lineName %]</td>
- <td class="destination">[% p.towards %]</td>
+ <td class="destination">[% p.destinationName %]</td>
<td class="eta">[% minsec_until(p.expectedArrival) %]</td>
</tr>
[% END %]