summaryrefslogtreecommitdiff
path: root/app/Template/board/table_swimlane.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/board/table_swimlane.php')
-rw-r--r--app/Template/board/table_swimlane.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/table_swimlane.php b/app/Template/board/table_swimlane.php
index b86fc446..436c53b5 100644
--- a/app/Template/board/table_swimlane.php
+++ b/app/Template/board/table_swimlane.php
@@ -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 ?>