Code cleanup + minor css improvement

This commit is contained in:
Frederic Guillot
2015-02-09 21:37:31 -05:00
parent 77a307e4ff
commit 755b38f09e
11 changed files with 49 additions and 32 deletions

View File

@@ -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>