mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
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>
|
<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'): ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user