monitoring: Use timeAgo in the comment-description partial

refs #6778
This commit is contained in:
Eric Lippmann 2015-05-22 09:29:33 +02:00
parent 54577d04bd
commit d187d77a7f
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@
?>
<strong><?= $this->escape($title); ?></strong><br>
<?= $this->icon($icon, $tooltip) ?>
<?= $this->prefixedTimeSince($comment->timestamp); ?>
<?= $this->timeAgo($comment->timestamp, $this->compact); ?>