fix: use DateUtils for blocked users list

- Should've been fixed with #5796 but seems I've overlooked.
This commit is contained in:
Gusted 2024-12-29 23:50:48 +01:00
parent 8d6f0d49c6
commit 57f7253610
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -9,7 +9,7 @@
{{template "shared/user/name" .}}
</div>
<div class="flex-item-body">
<span>{{ctx.Locale.Tr "settings.blocked_since" (DateTime "short" .CreatedUnix)}}</span>
<span>{{ctx.Locale.Tr "settings.blocked_since" (DateUtils.AbsoluteShort .CreatedUnix)}}</span>
</div>
</div>
<div class="flex-item-trailing">