diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-23 11:32:43 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-23 11:32:43 -0400 |
commit | 297c11e48e1cf18e5773a7463721d862dfd6063d (patch) | |
tree | 3d13cf2e6ace915b830eaa3fefcf938f96210abe /app | |
parent | 1f2f5d2c102b65abf44eeaa9b7864566a409ff80 (diff) |
Improve column hide/show with swimlanes
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/board/table_swimlane.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/table_swimlane.php b/app/Template/board/table_swimlane.php index a132762c..be401633 100644 --- a/app/Template/board/table_swimlane.php +++ b/app/Template/board/table_swimlane.php @@ -2,7 +2,7 @@ <!-- swimlane toggle --> <?php if (! $hide_swimlane): ?> <th class="board-swimlane-header"> - <?php if (! $not_editable && $swimlane['nb_tasks'] > 0): ?> + <?php if (! $not_editable): ?> <a href="#" class="board-swimlane-toggle" data-swimlane-id="<?= $swimlane['id'] ?>"> <i class="fa fa-minus-circle hide-icon-swimlane-<?= $swimlane['id'] ?>"></i> <i class="fa fa-plus-circle show-icon-swimlane-<?= $swimlane['id'] ?>" style="display: none"></i> |