Templates cleanup

This commit is contained in:
Frederic Guillot
2016-01-31 12:15:26 -05:00
parent e81fa0ebd2
commit 1500ff92b2
20 changed files with 47 additions and 61 deletions

View File

@@ -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>