From d92f2cca0e081c2d4e8a9dd061fe583f9452ff6a Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 27 Aug 2015 23:15:56 +0200 Subject: [PATCH] monitoring: Fix coding style in the comments/show view script --- .../application/views/scripts/comments/show.phtml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/modules/monitoring/application/views/scripts/comments/show.phtml b/modules/monitoring/application/views/scripts/comments/show.phtml index 0ae91f5bf..d1c8431ee 100644 --- a/modules/monitoring/application/views/scripts/comments/show.phtml +++ b/modules/monitoring/application/views/scripts/comments/show.phtml @@ -2,23 +2,18 @@ compact): ?> tabs ?> -
- render('partials/comment/comments-header.phtml') ?> -
+ render('partials/comment/comments-header.phtml') ?>

icon('reschedule') ?>translate('Commands') ?>

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') ) ) ?>