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">
|
||||
<tr>
|
||||
<th class="column-10"><?= t('Type') ?></th>
|
||||
@@ -39,4 +40,5 @@
|
||||
<?php endif ?>
|
||||
</tr>
|
||||
<?php endforeach ?>
|
||||
</table>
|
||||
</table>
|
||||
<?php endif ?>
|
||||
|
||||
Reference in New Issue
Block a user