Merge 88fda48201cdcf7517b699c341e7cbbae16631df into 79d28f03d035114b80dcd04845306ecb98175074

This commit is contained in:
Mathieu Delestre 2025-02-07 09:33:25 +01:00 committed by GitHub
commit e7efd60554
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>
<% } %> <% } %>