Improve search tables

This commit is contained in:
Frederic Guillot
2017-02-18 16:59:06 -05:00
parent 4d4d7b3e1f
commit 5710bab971
2 changed files with 12 additions and 6 deletions

View File

@@ -37,7 +37,9 @@
<?php elseif (! empty($values['search']) && $nb_events === 0): ?>
<p class="alert"><?= t('Nothing found.') ?></p>
<?php else: ?>
<?= $this->render('event/events', array('events' => $events)) ?>
<div class="margin-top">
<?= $this->render('event/events', array('events' => $events)) ?>
</div>
<?php endif ?>
</section>