mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 01:47:54 +02:00
parent
99096322af
commit
e7af988ec5
@ -9,7 +9,7 @@
|
||||
<?php endif ?>
|
||||
<div data-base-target="_next" class="content contacts">
|
||||
<?php foreach ($contacts->peekAhead($this->compact) as $contact): ?>
|
||||
<div class="contact"><!-- @TODO: $contact->contact_name reinsetzen als param-->
|
||||
<div class="contact">
|
||||
<?php if($this->gravatar !== null): ?>
|
||||
<?= $this->img($this->gravatar->getAvatar($contact->contact_email)); ?>
|
||||
<?php else: ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user