Do not show empty table for external links
This commit is contained in:
parent
1ad57c7473
commit
787e91ca41
|
|
@ -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 ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue