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

View File

@ -2,23 +2,18 @@
<?php if (! $this->compact): ?> <?php if (! $this->compact): ?>
<?= $this->tabs ?> <?= $this->tabs ?>
<?php endif ?> <?php endif ?>
<div data-base-target='_next'> <?= $this->render('partials/comment/comments-header.phtml') ?>
<?= $this->render('partials/comment/comments-header.phtml') ?>
</div>
</div> </div>
<div class="content multi-commands"> <div class="content multi-commands">
<h3><?= $this->icon('reschedule') ?><?= $this->translate('Commands') ?></h3> <h3><?= $this->icon('reschedule') ?><?= $this->translate('Commands') ?></h3>
<?= $this->qlink( <?= $this->qlink(
sprintf( sprintf($this->translate('Remove %d comments'), $comments->count()),
$this->translate('Remove %d comments'),
$comments->count()
),
$removeAllLink, $removeAllLink,
null, null,
array( array(
'icon' => 'trash', 'icon' => 'trash',
'title' => $this->translate('Remove all selected comments.') 'title' => $this->translate('Remove all selected comments')
) )
) ?> ) ?>
</div> </div>