Skip to content

Commit

Permalink
Do not display mouse-over effect in comment multi-view
Browse files Browse the repository at this point in the history
  • Loading branch information
majentsch committed May 21, 2015
1 parent 8ce9989 commit 54f7237
Showing 1 changed file with 3 additions and 4 deletions.
@@ -1,11 +1,10 @@
<?php if ($comment->objecttype === 'service'): ?>
<?= $this->icon('service', $this->translate('Service')); ?>
<?= $this->link()->service(
$comment->service_description,
<?= sprintf(
$this->translate('%s on %s', 'Service running on host'),
$comment->service_display_name,
$comment->host_name,
$comment->host_display_name
); ?>
) ?>
<?php else: ?>
<?= $this->icon('host', $this->translate('Host')); ?>
<?= $this->link()->host($comment->host_name, $comment->host_display_name); ?>
Expand Down

0 comments on commit 54f7237

Please sign in to comment.