Fix: correctly show timestamp tooltip on history item (#12879)

This commit is contained in:
Nathanaël Houn
2026-05-31 05:18:58 -07:00
committed by GitHub
parent 20d73d26b6
commit 432fa45e0c
@@ -16,7 +16,7 @@
<div class="d-flex justify-content-between align-items-center">
<ng-template #timestamp>
<div class="text-light">
{{ entry.timestamp | customDate:'longDate' }} {{ entry.timestamp | date:'shortTime' }}
{{ entry.timestamp | customDate:'longDate' }} {{ entry.timestamp | customDate:'shortTime' }}
</div>
</ng-template>
<span class="text-muted" [ngbTooltip]="timestamp">{{ entry.timestamp | customDate:'relative' }}</span>