summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-22 09:17:17 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-22 09:17:17 -0500
commitcd323ed8fd4a2f44109407b3e3b815af73e36f8c (patch)
treeecd44f22a7c1278070cad28ee5df8abe23ca8f7e /app
parent19d061db714252976b2ef53f5df2813c396b401a (diff)
Add missing column on public board for task links
Diffstat (limited to 'app')
-rw-r--r--app/Template/tasklink/show.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/tasklink/show.php b/app/Template/tasklink/show.php
index f0a70054..a36f89dd 100644
--- a/app/Template/tasklink/show.php
+++ b/app/Template/tasklink/show.php
@@ -36,6 +36,7 @@
$link['is_active'] ? '' : 'task-link-closed'
) ?>
</td>
+ <td><?= $this->e($link['column_title']) ?></td>
<?php endif ?>
</tr>
<?php endforeach ?>