Skip to content

Commit

Permalink
Use timeAgo() for the comment creation date and time instead of prefi…
Browse files Browse the repository at this point in the history
…xedTimeSince()

refs #6778
  • Loading branch information
lippserd committed Apr 10, 2015
1 parent df3caa6 commit dc757e3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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'): ?>
Expand Down

0 comments on commit dc757e3

Please sign in to comment.