diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-22 09:17:17 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-22 09:17:17 -0500 |
commit | cd323ed8fd4a2f44109407b3e3b815af73e36f8c (patch) | |
tree | ecd44f22a7c1278070cad28ee5df8abe23ca8f7e /app/Template/tasklink/show.php | |
parent | 19d061db714252976b2ef53f5df2813c396b401a (diff) |
Add missing column on public board for task links
Diffstat (limited to 'app/Template/tasklink/show.php')
-rw-r--r-- | app/Template/tasklink/show.php | 1 |
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 ?> |