add format_ago filter, remove time service

This commit is contained in:
ghost 2023-10-07 22:14:57 +03:00
parent e772955eb2
commit df253ba1b0
6 changed files with 78 additions and 91 deletions

View file

@ -13,7 +13,7 @@
</tr>
<tr>
<td class="padding-t-16-px">{{ 'Joined'|trans }}</td>
<td class="padding-t-16-px">{{ user.added }}</td>
<td class="padding-t-16-px">{{ user.added | format_ago }}</td>
</tr>
<tr>
<td class="padding-b-8-px border-bottom-default text-right" colspan="2">{{ 'Access'|trans }}</td>