diff options
Diffstat (limited to 'templates')
| -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; |
