Add public view for tasks
This commit is contained in:
11
app/Templates/task_public.php
Normal file
11
app/Templates/task_public.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<section id="main" class="public-task">
|
||||
|
||||
<?= Helper\template('task_details', array('task' => $task, 'project' => $project)) ?>
|
||||
|
||||
<?= Helper\template('task_show_description', array('task' => $task)) ?>
|
||||
|
||||
<?= Helper\template('subtask_show', array('task' => $task, 'subtasks' => $subtasks, 'not_editable' => true)) ?>
|
||||
|
||||
<?= Helper\template('task_comments', array('task' => $task, 'comments' => $comments, 'not_editable' => true)) ?>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user