diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-17 17:11:51 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-17 17:11:51 -0500 |
commit | 84b0f0df90442775b9122457648f06c9485df1f1 (patch) | |
tree | 5f0fb91ed9280bbf10bb60d69f3523cafc928f5c /app/Template/task/details.php | |
parent | 4b45b2aa3533309898670f1b13756dfdfce355a7 (diff) |
Add project calendars (merge/refactoring of #490)
Diffstat (limited to 'app/Template/task/details.php')
-rw-r--r-- | app/Template/task/details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/details.php b/app/Template/task/details.php index 50145da4..3205514c 100644 --- a/app/Template/task/details.php +++ b/app/Template/task/details.php @@ -1,4 +1,4 @@ -<div class="task-<?= $task['color_id'] ?> task-show-details"> +<div class="color-<?= $task['color_id'] ?> task-show-details"> <h2><?= $this->e('#'.$task['id'].' '.$task['title']) ?></h2> <?php if ($task['score']): ?> <span class="task-score"><?= $this->e($task['score']) ?></span> |