diff options
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 ?> |