mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Update rendering of user information in AccompanyingCourse/Comment: show user at the comment's date
This commit is contained in:
parent
f62f1891d8
commit
be730679c8
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user