#= $task['id'] ?> |
= $this->url->absoluteLink($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
= $this->text->e($task['title']) ?>
|
= $this->dt->datetime($task['date_due']) ?> |
= $this->text->e($task['project_name']) ?> |
= $this->text->e($task['assignee_name'] ?: $task['assignee_username']) ?>
|