Do not show empty table for external links
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
<?php if (! empty($links)): ?>
|
||||||
<table class="table-stripped table-small">
|
<table class="table-stripped table-small">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="column-10"><?= t('Type') ?></th>
|
<th class="column-10"><?= t('Type') ?></th>
|
||||||
@@ -39,4 +40,5 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</table>
|
</table>
|
||||||
|
<?php endif ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user