parent
13a38c9d18
commit
9ffeffdf09
|
@ -67,7 +67,7 @@ foreach ($object->downtimes as $downtime) {
|
|||
|
||||
?>
|
||||
<tr>
|
||||
<th><?= $this->escape($downtime->author_name); ?></th>
|
||||
<th><?= $this->escape($downtime->author_name); ?> (<?= $this->timeAgo($downtime->entry_time); ?>)</th>
|
||||
<td data-base-target="_self">
|
||||
<?php if (isset($delDowntimeForm)) { // Form is unset if the current user lacks the respective permission
|
||||
$delDowntimeForm = clone $delDowntimeForm;
|
||||
|
|
Loading…
Reference in New Issue