Templates cleanup
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
<?php foreach ($subtasks as $subtask): ?>
|
||||
<?= $this->subtask->toggleStatus($subtask, 'board', $task['project_id']) ?>
|
||||
<?= $this->e(empty($subtask['username']) ? '' : ' ['.$this->user->getFullname($subtask).']') ?>
|
||||
<br/>
|
||||
<br>
|
||||
<?php endforeach ?>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user