user->hasProjectAccess('taskmodification', 'edit', $task['project_id'])): ?>
= $this->render('board/task_menu', array('task' => $task)) ?>
= '#'.$task['id'] ?>
= $this->e($this->user->getInitials($task['assignee_name'] ?: $task['assignee_username'])) ?>
-
= $this->url->link($this->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'task-board-collapsed-title tooltip', $this->e($task['title'])) ?>
user->hasProjectAccess('taskmodification', 'edit', $task['project_id'])): ?>
= $this->render('board/task_menu', array('task' => $task)) ?>
= '#'.$task['id'] ?>
(= $task['reference'] ?>)
user->hasProjectAccess('taskmodification', 'edit', $task['project_id'])): ?>
= $this->url->link(
$task['assignee_name'] ?: $task['assignee_username'],
'BoardPopover',
'changeAssignee',
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
false,
'popover',
t('Change assignee')
) ?>
= $this->e($task['assignee_name'] ?: $task['assignee_username']) ?>
= $this->dt->age($task['date_creation']) ?>
= $this->dt->age($task['date_moved']) ?>
= t('Closed') ?>
= $this->url->link($this->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?>
= $this->render('board/task_footer', array(
'task' => $task,
'not_editable' => $not_editable,
'project' => $project,
)) ?>