diff options
Diffstat (limited to 'app/Template/board/swimlane.php')
-rw-r--r-- | app/Template/board/swimlane.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/board/swimlane.php b/app/Template/board/swimlane.php index 23e170d9..f0a00fc1 100644 --- a/app/Template/board/swimlane.php +++ b/app/Template/board/swimlane.php @@ -24,7 +24,9 @@ <?= $this->a('+', 'task', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'task-creation-popover', t('Add a new task')) ?> </div> <?php endif ?> + <?= $this->e($column['title']) ?> + <?php if (! empty($column['description'])): ?> <span class="column-tooltip pull-right" title="<?= $this->markdown($column['description']) ?>"> <i class="fa fa-info-circle"></i> |