only show time for lost teams; Fixes #61
All checks were successful
CI/CD Pipeline / test (push) Successful in 22m58s
CI/CD Pipeline / deploy (push) Successful in 35m13s

This commit is contained in:
2025-05-14 09:24:24 +02:00
parent 80e16754a3
commit 9cfeaa77cd

View File

@@ -697,7 +697,7 @@ async fn lost(State(db): State<Arc<SqlitePool>>, session: Session) -> Markup {
}
td {
@if let Some(time) = lost.local_last_contact() {
(time)
(time.format("%H:%M"))
}@else{
(t!("not_yet_seen"))
}