monitoring: Fix coding style in the comments/show view script
This commit is contained in:
parent
aceae4cb6e
commit
d92f2cca0e
|
@ -2,23 +2,18 @@
|
|||
<?php if (! $this->compact): ?>
|
||||
<?= $this->tabs ?>
|
||||
<?php endif ?>
|
||||
<div data-base-target='_next'>
|
||||
<?= $this->render('partials/comment/comments-header.phtml') ?>
|
||||
</div>
|
||||
<?= $this->render('partials/comment/comments-header.phtml') ?>
|
||||
</div>
|
||||
|
||||
<div class="content multi-commands">
|
||||
<h3><?= $this->icon('reschedule') ?><?= $this->translate('Commands') ?></h3>
|
||||
<?= $this->qlink(
|
||||
sprintf(
|
||||
$this->translate('Remove %d comments'),
|
||||
$comments->count()
|
||||
),
|
||||
sprintf($this->translate('Remove %d comments'), $comments->count()),
|
||||
$removeAllLink,
|
||||
null,
|
||||
array(
|
||||
'icon' => 'trash',
|
||||
'title' => $this->translate('Remove all selected comments.')
|
||||
'title' => $this->translate('Remove all selected comments')
|
||||
)
|
||||
) ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue