diff options
Diffstat (limited to 'app/Template/task_list/show.php')
-rw-r--r-- | app/Template/task_list/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_list/show.php b/app/Template/task_list/show.php index ecfdeb87..8454d13f 100644 --- a/app/Template/task_list/show.php +++ b/app/Template/task_list/show.php @@ -18,7 +18,7 @@ </tr> <?php foreach ($paginator->getCollection() as $task): ?> <tr> - <td class="task-table color-<?= $task['color_id'] ?>"> + <td class="color-<?= $task['color_id'] ?>"> <?php if ($this->user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?> <?= $this->render('task/dropdown', array('task' => $task)) ?> <?php else: ?> |