diff options
| author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-24 21:22:32 -0500 |
|---|---|---|
| committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-24 21:22:32 -0500 |
| commit | 44fc9c081fb7561b7b02115f9b2a6eb0349d2201 (patch) | |
| tree | 314249cc9a8dfc23ecb2d1bcc089362418698a96 /templates/task_show.php | |
| parent | 565290fbf9e3727655921a969550167aa59a6e24 (diff) | |
Add story points for tasks
Diffstat (limited to 'templates/task_show.php')
| -rw-r--r-- | templates/task_show.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/task_show.php b/templates/task_show.php index f09f249e..fffacf74 100644 --- a/templates/task_show.php +++ b/templates/task_show.php @@ -8,6 +8,9 @@ <section> <h3><?= t('Details') ?></h3> <article id="infos" class="task task-<?= $task['color_id'] ?>"> + <?php if ($task['score']): ?> + <span class="task-score"><?= Helper\escape($task['score']) ?></span> + <?php endif ?> <ul> <li> <?= dt('Created on %B %e, %G at %k:%M %p', $task['date_creation']) ?> |
