diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-09 19:55:38 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-09 19:55:38 +0100 |
| commit | b2ad8b4946a121f41f638a96bac934e8576f1767 (patch) | |
| tree | 9c9391c9993e54814efb42640941234cd16c8b09 | |
| parent | 8f859a8b8e2336456dc019bbc5578e453f35a70d (diff) | |
| -rw-r--r-- | templates/departures.html.ep | 2 |
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; |
