mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Add new line between comment author and creation time in the detail views
refs #6778
This commit is contained in:
parent
e500715bda
commit
229e266daf
@ -44,7 +44,11 @@ foreach ($object->comments as $comment) {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->escape($comment->author); ?> (<?= $this->timeAgo($comment->timestamp); ?>)</th>
|
<th>
|
||||||
|
<?= $this->escape($comment->author) ?>
|
||||||
|
<br>
|
||||||
|
<?= $this->timeAgo($comment->timestamp) ?>
|
||||||
|
</th>
|
||||||
<td data-base-target="_self">
|
<td data-base-target="_self">
|
||||||
<?php if (isset($delCommentForm)) { // Form is unset if the current user lacks the respective permission
|
<?php if (isset($delCommentForm)) { // Form is unset if the current user lacks the respective permission
|
||||||
$delCommentForm = clone $delCommentForm;
|
$delCommentForm = clone $delCommentForm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user