Add task dropdown menu on listing pages

This commit is contained in:
Frederic Guillot
2016-02-05 20:30:54 -05:00
parent 9840fa8e07
commit de5fa17d60
6 changed files with 9 additions and 8 deletions

View File

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