= $link['type'] ?>
|
= $this->text->e($link['title']) ?>
|
= $this->text->e($link['dependency_label']) ?>
|
= $this->text->e($link['creator_name'] ?: $link['creator_username']) ?>
|
= $this->dt->date($link['date_creation']) ?>
|
user->hasProjectAccess('TaskExternalLink', 'edit', $task['project_id'])): ?>
- = $this->url->link(t('Edit'), 'TaskExternalLink', 'edit', array('link_id' => $link['id'], 'task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover') ?>
- = $this->url->link(t('Remove'), 'TaskExternalLink', 'confirm', array('link_id' => $link['id'], 'task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover') ?>
|