From 432fa45e0cc50066431701c43dc002c4c0e8d391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Houn?= Date: Sun, 31 May 2026 14:18:58 +0200 Subject: [PATCH] Fix: correctly show timestamp tooltip on history item (#12879) --- .../document-history/document-history.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/document-detail/document-history/document-history.component.html b/src-ui/src/app/components/document-detail/document-history/document-history.component.html index 4defa96fd..01447ef03 100644 --- a/src-ui/src/app/components/document-detail/document-history/document-history.component.html +++ b/src-ui/src/app/components/document-detail/document-history/document-history.component.html @@ -16,7 +16,7 @@
- {{ entry.timestamp | customDate:'longDate' }} {{ entry.timestamp | date:'shortTime' }} + {{ entry.timestamp | customDate:'longDate' }} {{ entry.timestamp | customDate:'shortTime' }}
{{ entry.timestamp | customDate:'relative' }}