summaryrefslogtreecommitdiff
path: root/app/Template/swimlane
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-04-20 15:18:30 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-04-20 15:18:30 -0700
commit5996a8abcf12336586cee345180203dd1500c92f (patch)
tree83b5c32b6ab8610d6607b9b5486d55a40225c505 /app/Template/swimlane
parent927607b5ff106224e49b63adc58454ffef2e2504 (diff)
Rewrite tooltips code without jQuery
Diffstat (limited to 'app/Template/swimlane')
-rw-r--r--app/Template/swimlane/table.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Template/swimlane/table.php b/app/Template/swimlane/table.php
index 708b67f5..eb8f591f 100644
--- a/app/Template/swimlane/table.php
+++ b/app/Template/swimlane/table.php
@@ -40,9 +40,7 @@
<?= $this->text->e($swimlane['name']) ?>
<?php if (! empty($swimlane['description'])): ?>
- <span class="tooltip" title="<?= $this->text->markdownAttribute($swimlane['description']) ?>">
- <i class="fa fa-info-circle"></i>
- </span>
+ <?= $this->app->tooltipMarkdown($swimlane['description']) ?>
<?php endif ?>
</td>
<td>