Add missing column on public board for task links

This commit is contained in:
Frederic Guillot
2015-02-22 09:17:17 -05:00
parent 19d061db71
commit cd323ed8fd

View File

@@ -36,6 +36,7 @@
$link['is_active'] ? '' : 'task-link-closed'
) ?>
</td>
<td><?= $this->e($link['column_title']) ?></td>
<?php endif ?>
</tr>
<?php endforeach ?>