Merge 88fda48201cdcf7517b699c341e7cbbae16631df into 3a01b2c84f2b0dc31fbd1f2bb962a2495ba27990

This commit is contained in:
Mathieu Delestre 2025-02-05 14:02:15 +01:00 committed by GitHub
commit 619a8d409f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@
</div> </div>
<div class="small text-muted"> <div class="small text-muted">
<%- i18n('str', 'created-on', {date: formatDbDate(created_on, 'Do MMMM YYYY')}) %> <%- i18n('str', 'created-on', {date: formatDbDate(created_on, 'Do MMMM YYYY')}) %>
(#<%- id %>)
</div> </div>
</td> </td>
<td> <td>
@ -57,4 +58,4 @@
</div> </div>
</div> </div>
</td> </td>
<% } %> <% } %>