Gracatar: Pre sized with 60px because of display latency

refs #7020
This commit is contained in:
Marius Hein 2014-08-28 13:41:21 +02:00
parent c4c5bcdd48
commit 0a2b504db8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ $contactHelper = $this->getHelper('ContactFlags');
} }
foreach ($contacts as $contact): ?> foreach ($contacts as $contact): ?>
<div class="contact"> <div class="contact">
<img src="<?= $this->href('/static/gravatar', array('email' => $contact->contact_email )) ?>" /> <img style="width: 60px; height: 60px;" src="<?= $this->href('/static/gravatar', array('email' => $contact->contact_email )) ?>" />
<a href="<?= $this->href( <a href="<?= $this->href(
'monitoring/show/contact', 'monitoring/show/contact',
array('contact' => $contact->contact_name) array('contact' => $contact->contact_name)