Use timeAgo() for the comment creation date and time instead of prefixedTimeSince()

refs #6778
This commit is contained in:
Eric Lippmann 2015-04-10 12:56:49 +02:00
parent df3caa61e9
commit dc757e3b19
1 changed files with 1 additions and 1 deletions

View File

@ -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'): ?>