Contactgroups view: correct links to contacts detail pages

fixes #6514
This commit is contained in:
Alexander Klimov 2014-07-23 13:10:09 +02:00
parent a2809552f2
commit a4b7204e23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ foreach ($groupData as $groupName => $groupInfo): ?>
<div class="box entry">
<img src="<?= $this->href('/static/gravatar', array('email' => $c->contact_email )) ?>" />
<a href="<?= $this->href(
'monitoring/show/contacts',
'monitoring/show/contact',
array('contact' => $c->contact_name)
); ?>">
<?= $this->escape($c->contact_alias) ?>