feat: soft-delete for teamer accounts
addresses #869dv9br3
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{% if teamer is not null and teamer.deleted %}
|
||||
<span class="inline-block py-1 px-2 text-xs bg-gray-500 text-white"
|
||||
title="Account gelöscht am {{ teamer.deletedAt | date('d.m.Y') }}">
|
||||
gelöscht
|
||||
</span>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user