Show downtime schedule times before creation time
This commit is contained in:
parent
ba6b8c04ec
commit
fe3a51937a
|
@ -87,10 +87,10 @@ if (empty($object->comments) && ! $addLink) {
|
|||
$downtime->author_name
|
||||
)) ?>
|
||||
<span class="comment-time">
|
||||
<?= $state ?>
|
||||
<span aria-hidden="true">ǀ</span>
|
||||
<?= $this->translate('created') ?>
|
||||
<?= $this->timeAgo($downtime->entry_time) ?>
|
||||
<span aria-hidden="true">ǀ</span>
|
||||
<?= $state ?>
|
||||
</span>
|
||||
<?php if (isset($delDowntimeForm)) {
|
||||
// Form is unset if the current user lacks the respective permission
|
||||
|
|
Loading…
Reference in New Issue