Fix bug: tooltips for descriptions are not shown after a board refresh

This commit is contained in:
Frederic Guillot
2015-04-11 16:34:26 -04:00
parent d3727e92a6
commit 05b1cfd98c
3 changed files with 28 additions and 28 deletions

View File

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