0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Updated row format for activity feed

- The row format was incorrectly outputting the month instead of the minute value when listing events
This commit is contained in:
Matt Hanley 2022-02-15 14:46:48 +00:00 committed by GitHub
parent 7e3565d71f
commit 7966ff555f

View file

@ -30,6 +30,6 @@
</div>
</div>
</div>
<div class="gh-list-data">{{moment-format event.timestamp "D MMM YYYY HH:MM"}}</div>
<div class="gh-list-data">{{moment-format event.timestamp "D MMM YYYY HH:mm"}}</div>
</tr>
{{/let}}