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:
parent
7e3565d71f
commit
7966ff555f
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Reference in a new issue