summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-12-09 19:55:38 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2025-12-09 19:55:38 +0100
commitb2ad8b4946a121f41f638a96bac934e8576f1767 (patch)
tree9c9391c9993e54814efb42640941234cd16c8b09 /templates
parent8f859a8b8e2336456dc019bbc5578e453f35a70d (diff)
... errrrmHEAD2.17.30main
Diffstat (limited to 'templates')
-rw-r--r--templates/departures.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep
index c5a7208..0d57039 100644
--- a/templates/departures.html.ep
+++ b/templates/departures.html.ep
@@ -103,7 +103,7 @@
</div>
</div>
% }
-% if ($user_status->{timestamp_delta} < 180) {
+% if (not $user_status->{checked_in} and $user_status->{timestamp_delta} < 180) {
<div class="row">
<div class="col s12">
%= include '_checked_out', journey => $user_status;