Update rendering of user information in AccompanyingCourse/Comment: show user at the comment's date

This commit is contained in:
Julien Fastré 2024-06-10 15:23:12 +02:00
parent f62f1891d8
commit be730679c8
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -99,7 +99,7 @@
<div class="metadata"> <div class="metadata">
{{ 'Last updated by'| trans }} {{ 'Last updated by'| trans }}
<span class="user"> <span class="user">
{{ accompanyingCourse.pinnedComment.updatedBy|chill_entity_render_box }} {{ accompanyingCourse.pinnedComment.updatedBy|chill_entity_render_box({'at_date': accompanyingCourse.pinnedComment.updatedAt}) }}
</span> </span>
{{ 'on'|trans ~ ' ' }} {{ 'on'|trans ~ ' ' }}
<span class="date"> <span class="date">