diff options
Diffstat (limited to 'app/Templates/task_show.php')
-rw-r--r-- | app/Templates/task_show.php | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/app/Templates/task_show.php b/app/Templates/task_show.php index ece4c57c..0964a8f0 100644 --- a/app/Templates/task_show.php +++ b/app/Templates/task_show.php @@ -1,14 +1,7 @@ - <?= Helper\template('task_details', array('task' => $task, 'project' => $project)) ?> - +<?= Helper\template('task_time', array('values' => $values, 'date_format' => $date_format, 'date_formats' => $date_formats)) ?> <?= Helper\template('task_show_description', array('task' => $task)) ?> - <?= Helper\template('subtask_show', array('task' => $task, 'subtasks' => $subtasks)) ?> - -<?php if (! empty($files)): ?> -<div id="attachments" class="task-show-section"> - <?= Helper\template('file_show', array('task' => $task, 'files' => $files)) ?> -</div> -<?php endif ?> - -<?= Helper\template('task_comments', array('task' => $task, 'comments' => $comments)) ?> +<?= Helper\template('task_timesheet', array('timesheet' => $timesheet)) ?> +<?= Helper\template('file_show', array('task' => $task, 'files' => $files)) ?> +<?= Helper\template('task_comments', array('task' => $task, 'comments' => $comments)) ?>
\ No newline at end of file |