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

View File

@ -46,7 +46,7 @@
<br> <br>
<strong><?= $this->escape($title); ?></strong> <strong><?= $this->escape($title); ?></strong>
<br> <br>
<?= $this->prefixedTimeSince($comment->timestamp); ?> <?= $this->timeAgo($comment->timestamp); ?>
</td> </td>
<td> <td>
<?php if ($comment->objecttype === 'service'): ?> <?php if ($comment->objecttype === 'service'): ?>