From da87e97a0b954860e0a53b8a0f475580d44ad73d Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 21 Jun 2025 20:48:53 +0200 Subject: Add bare-bones support for manual checkins (still bound to a specific backend) Extension opportunities (maybe, eventually) * provide datetimes of intermediate stops * provide an API for real-time data updates * look up stops that travelynx does not yet know about rather than rejecting them outright --- templates/departures.html.ep | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates/departures.html.ep') diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 16b5f3c..6df48a8 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -190,3 +190,11 @@ % } + +% if (not $user_status->{checked_in}) { +
+ +
+% } -- cgit v1.2.3