diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-18 22:33:24 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-18 22:33:24 -0400 |
commit | 9ba3daca66a0dc302aa4c2175f7ec814a5f8dca0 (patch) | |
tree | bd81a41e4d3a4c41e53900ca78e46f8d9391cda5 /app/Template/board/task_footer.php | |
parent | 308dda3ac4714b26d8fbe5566ec88abbfbeadf78 (diff) |
Improve pull-request #907
Diffstat (limited to 'app/Template/board/task_footer.php')
-rw-r--r-- | app/Template/board/task_footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php index e191dca7..55161921 100644 --- a/app/Template/board/task_footer.php +++ b/app/Template/board/task_footer.php @@ -60,6 +60,6 @@ <?php endif ?> <?php if (! empty($task['time_estimated'])): ?> - <strong><?= $this->e($task['time_estimated']).'h' ?> <?= t('estimated') ?></strong> + <span class="task-time-estimated" title="<?= t('Time estimated') ?>"><?= $this->e($task['time_estimated']).'h' ?></span> <?php endif ?> </div> |