0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Added pipe into History log date formatting

- this should help with readability when scanning the list
This commit is contained in:
Daniel Lockyer 2022-09-21 19:57:39 +01:00
parent 7cadaa6378
commit c4c39fe3c4
No known key found for this signature in database

View file

@ -58,7 +58,7 @@
{{/if}}
</span>
</div>
<div class="gh-history-datetime">{{moment-format ev.original.created_at "DD MMM YYYY HH:mm:ss"}}</div>
<div class="gh-history-datetime">{{moment-format ev.original.created_at "DD MMM YYYY | HH:mm:ss"}}</div>
</div>
</div>
</div>