diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/board/swimlane.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/swimlane.php b/app/Template/board/swimlane.php index 8bcd9542..c7bd8b5b 100644 --- a/app/Template/board/swimlane.php +++ b/app/Template/board/swimlane.php @@ -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> |