#= $task['id'] ?> |
app->config('application_url') !== ''): ?>
= $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']) ?> |
app->config('application_url') !== ''): ?>
= $this->url->absoluteLink($this->text->e($task['project_name']), 'BoardViewController', 'show', array('project_id' => $task['project_id'])) ?>
= $this->text->e($task['project_name']) ?>
|
= $this->text->e($task['assignee_name'] ?: $task['assignee_username']) ?>
|