diff --git a/modules/monitoring/application/views/scripts/list/contacts.phtml b/modules/monitoring/application/views/scripts/list/contacts.phtml
index 6775fb480..211f0c649 100644
--- a/modules/monitoring/application/views/scripts/list/contacts.phtml
+++ b/modules/monitoring/application/views/scripts/list/contacts.phtml
@@ -8,7 +8,7 @@
-
+ peekAhead($this->compact) as $contact): ?>
= $this->img('/static/gravatar', array('email' => $contact->contact_email)); ?>
= $this->qlink(
@@ -54,5 +54,15 @@
hasResult()): ?>
= $this->translate('No contacts found matching the filter'); ?>
+ hasMore()): ?>
+ = $this->qlink(
+ $this->translate('Show More'),
+ $this->url()->without(array('view', 'limit')),
+ null,
+ array(
+ 'data-base-target' => '_next',
+ 'class' => 'pull-right'
+ )
+ ); ?>