diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-09 21:37:31 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-09 21:37:31 -0500 |
commit | 755b38f09e9f6494129f55b96baff6672981a073 (patch) | |
tree | 6814720b5c42d785410cd9ee0c1e64b77893436b /app/Template/board/swimlane.php | |
parent | 77a307e4ff8cfb4afcd34990b147f0ad38dfc558 (diff) |
Code cleanup + minor css improvement
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> |