diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-18 21:00:14 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-18 21:00:14 -0400 |
commit | 854457baf0043b51ce9c30f36a6fecaed97cb04d (patch) | |
tree | 0f73023f63654ee7313ac79e83d9d19e58658a1a /app/Template/tasklink/table.php | |
parent | 68fba8fb64afe00aedccdf72f25d79b26356f2ab (diff) |
Improve task summary sections
Diffstat (limited to 'app/Template/tasklink/table.php')
-rw-r--r-- | app/Template/tasklink/table.php | 4 |
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 ?> |