Do not show empty table for external links

This commit is contained in:
Frederic Guillot 2016-03-19 18:05:42 -04:00
parent 1ad57c7473
commit 787e91ca41
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<?php if (! empty($links)): ?>
<table class="table-stripped table-small">
<tr>
<th class="column-10"><?= t('Type') ?></th>
@ -39,4 +40,5 @@
<?php endif ?>
</tr>
<?php endforeach ?>
</table>
</table>
<?php endif ?>