summaryrefslogtreecommitdiff
path: root/app/Template/tasklink/table.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/tasklink/table.php')
-rw-r--r--app/Template/tasklink/table.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Template/tasklink/table.php b/app/Template/tasklink/table.php
index 62531cc7..df7bc4f5 100644
--- a/app/Template/tasklink/table.php
+++ b/app/Template/tasklink/table.php
@@ -1,6 +1,4 @@
-<?php if (empty($links)): ?>
- <p class="alert"><?= t('There is no internal link for the moment.') ?></p>
-<?php else: ?>
+<?php if (! empty($links)): ?>
<table class="task-links-table table-stripped">
<?php foreach ($links as $label => $grouped_links): ?>
<?php $hide_td = false ?>