diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-21 15:25:21 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-21 15:25:21 -0400 |
commit | fc97378c83bd93e6873774e80bf7234214974781 (patch) | |
tree | 95d0b9610932d347c0ac7430369ecd2b061449ec /app/Template/board/task_public.php | |
parent | 28a1461f6509ff604c723a044d52f7be3bf75b19 (diff) |
Move task complexity to the bottom
Diffstat (limited to 'app/Template/board/task_public.php')
-rw-r--r-- | app/Template/board/task_public.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Template/board/task_public.php b/app/Template/board/task_public.php index 650b956d..4e3ad18c 100644 --- a/app/Template/board/task_public.php +++ b/app/Template/board/task_public.php @@ -18,10 +18,6 @@ <?php endif ?> </span> - <?php if ($task['score']): ?> - <span class="task-score"><?= $this->e($task['score']) ?></span> - <?php endif ?> - <div class="task-board-title"> <?= $this->a($this->e($task['title']), 'task', 'readonly', array('task_id' => $task['id'], 'token' => $project['token'])) ?> </div> |