Use timeAgo() for the comment creation date and time instead of prefixedTimeSince()
refs #6778
This commit is contained in:
parent
df3caa61e9
commit
dc757e3b19
|
@ -46,7 +46,7 @@
|
|||
<br>
|
||||
<strong><?= $this->escape($title); ?></strong>
|
||||
<br>
|
||||
<?= $this->prefixedTimeSince($comment->timestamp); ?>
|
||||
<?= $this->timeAgo($comment->timestamp); ?>
|
||||
</td>
|
||||
<td>
|
||||
<?php if ($comment->objecttype === 'service'): ?>
|
||||
|
|
Loading…
Reference in New Issue