summaryrefslogtreecommitdiff
path: root/app/Template/board
diff options
context:
space:
mode:
authorJulian Maurice <julian.maurice@biblibre.com>2018-08-09 19:45:51 +0200
committerJulian Maurice <julian.maurice@biblibre.com>2018-08-09 19:45:51 +0200
commitae3ade0908bae350488260ee5d878a2ffbff605a (patch)
tree747db7edaca2fcb6d3c23594437b995528790ced /app/Template/board
parentefd64d842d82404612baef58d9debe1af7515a66 (diff)
Allow to associate project categories to colors
The color is then used as background in the board and list views
Diffstat (limited to 'app/Template/board')
-rw-r--r--app/Template/board/task_footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php
index 95ffd8fd..cdb75a1f 100644
--- a/app/Template/board/task_footer.php
+++ b/app/Template/board/task_footer.php
@@ -1,6 +1,6 @@
<?php if (! empty($task['category_id'])): ?>
<div class="task-board-category-container task-board-category-container-color">
- <span class="task-board-category category-<?= $this->text->e($task['category_name']) ?>">
+ <span class="task-board-category category-<?= $this->text->e($task['category_name']) ?> <?= $task['category_color_id'] ? "color-{$task['category_color_id']}" : '' ?>">
<?php if ($not_editable): ?>
<?= $this->text->e($task['category_name']) ?>
<?php else: ?>