fix ordering
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m20s

This commit is contained in:
Nicholas Orlowsky 2026-01-13 22:26:18 -05:00
parent 8f62ee812e
commit 33f58a7b3a
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
3 changed files with 15 additions and 5 deletions

View file

@ -51,8 +51,8 @@
</td>
{% if let Tracked(tracked_trip) = trip.trip.tracking_data %}
<td style="color: #008800">
<p style="font-size: small;">{{ (trip.perspective_stop.arrival_time + (tracked_trip.delay * 60.0) as i64) | format_time }}</p>
<p style="font-size: x-small; font-style: italic;">{{ ( (trip.perspective_stop.arrival_time + (tracked_trip.delay * 60.0) as i64) - current_time) / 60 }} mins</p>
<p style="font-size: small;">{{ &trip.perspective_stop.get_arrival_time(&tracked_trip) | format_time }}</p>
<p style="font-size: x-small; font-style: italic;">{{ ( trip.perspective_stop.get_arrival_time(&tracked_trip) - current_time) / 60 }} mins</p>
</td>
{% else %}
<td>