mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Revert "Add new line between comment author and creation time in the detail views"
This reverts commit 229e266daf4d57a1052ff69ecb132575bcd40941. The new line does not help for improving the layout but makes it more confusing.
This commit is contained in:
parent
e49f938f56
commit
13a38c9d18
@ -44,11 +44,7 @@ foreach ($object->comments as $comment) {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th><?= $this->escape($comment->author); ?> (<?= $this->timeAgo($comment->timestamp); ?>)</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