monitoring: Fix coding style in the comments/show view script

This commit is contained in:
Eric Lippmann 2015-08-27 23:15:56 +02:00
parent aceae4cb6e
commit d92f2cca0e
1 changed files with 3 additions and 8 deletions

View File

@ -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>