diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-04 20:51:52 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-04 20:51:52 -0400 |
commit | b2ba780c9dded0bb2f0669986144c53db5eb6a2c (patch) | |
tree | 7780bda0512a4d24cb8a8d178c93a3afe16064b8 /app/Template/project/index.php | |
parent | c231b65cfc54aad8b143a76e19c6aea428f42a5c (diff) |
Show title in tooltip for collapsed tasks
Diffstat (limited to 'app/Template/project/index.php')
-rw-r--r-- | app/Template/project/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/index.php b/app/Template/project/index.php index 7a03ec16..971ba2ae 100644 --- a/app/Template/project/index.php +++ b/app/Template/project/index.php @@ -46,7 +46,7 @@ <?= $this->url->link($this->e($project['name']), 'project', 'show', array('project_id' => $project['id'])) ?> <?php if (! empty($project['description'])): ?> - <span class="column-tooltip" title='<?= $this->e($this->text->markdown($project['description'])) ?>'> + <span class="tooltip" title='<?= $this->e($this->text->markdown($project['description'])) ?>'> <i class="fa fa-info-circle"></i> </span> <?php endif ?> |