From 96886d402e7defab5dc4d5b187b558d8e2473099 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sun, 12 Jan 2020 20:00:02 +0100 Subject: [PATCH] Restore positioning of departure times --- resources/components/departures.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/components/departures.html b/resources/components/departures.html index e252b18..8a261b8 100644 --- a/resources/components/departures.html +++ b/resources/components/departures.html @@ -7,15 +7,15 @@
- - - {{ departure.scheduled.format('HH:mm') }} - + + {{ departure.estimated.format('HH:mm') }} {{ departure.delay|signed }}s - {{ departure.estimated.format('HH:mm') }} + + {{ departure.scheduled.format('HH:mm') }} +