only show time for lost teams; Fixes #61
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user