user->hasProjectAccess('TaskExternalLinkController', 'edit', $task['project_id'])): ?>
-
= $this->modal->medium('edit', t('Edit'), 'TaskExternalLinkController', 'edit', array('link_id' => $link['id'], 'task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
-
= $this->modal->confirm('trash-o', t('Remove'), 'TaskExternalLinkController', 'confirm', array('link_id' => $link['id'], 'task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
= $this->text->e($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']) ?>
|