Implement 'at date' in user render component for activities

This commit is contained in:
2024-01-08 11:25:33 +01:00
parent d0ec6f9819
commit fe695f1a14
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
{%- if entity.user is not null %}
<dt class="inline">{{ 'Referrer'|trans|capitalize }}</dt>
<dd>
<span class="badge-user">{{ entity.user|chill_entity_render_box }}</span>
<span class="badge-user">{{ entity.user|chill_entity_render_box({'at_date': entity.date}) }}</span>
</dd>
{% endif %}