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>