Show title in tooltip for collapsed tasks

This commit is contained in:
Frederic Guillot
2015-07-04 20:51:52 -04:00
parent c231b65cfc
commit b2ba780c9d
15 changed files with 20 additions and 19 deletions

View File

@@ -22,7 +22,7 @@
<?= $this->e($column['title']) ?>
<?php if (! $not_editable && ! empty($column['description'])): ?>
<span class="column-tooltip pull-right" title='<?= $this->e($this->text->markdown($column['description'])) ?>'>
<span class="tooltip pull-right" title='<?= $this->e($this->text->markdown($column['description'])) ?>'>
<i class="fa fa-info-circle"></i>
</span>
<?php endif ?>