Add the task id to the details box
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div class="task-<?= $task['color_id'] ?> task-show-details">
|
<div class="task-<?= $task['color_id'] ?> task-show-details">
|
||||||
<h2><?= Helper\escape($task['title']) ?></h2>
|
<h2><?= Helper\escape('#'.$task['id'].' '.$task['title']) ?></h2>
|
||||||
<?php if ($task['score']): ?>
|
<?php if ($task['score']): ?>
|
||||||
<span class="task-score"><?= Helper\escape($task['score']) ?></span>
|
<span class="task-score"><?= Helper\escape($task['score']) ?></span>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user