diff options
Diffstat (limited to 'app/Template/task_list/task_project_name.php')
-rw-r--r-- | app/Template/task_list/task_project_name.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Template/task_list/task_project_name.php b/app/Template/task_list/task_project_name.php new file mode 100644 index 00000000..c4a6095a --- /dev/null +++ b/app/Template/task_list/task_project_name.php @@ -0,0 +1,5 @@ +<?php if (isset($task['render_project_name']) && $task['render_project_name']): ?> +<h2> + <?= $task['project_name'] ?> +</h2> +<?php endif ?> |