Rename controller TaskLink to TaskInternalLink

This commit is contained in:
Frederic Guillot
2016-03-18 21:16:25 -04:00
parent 854457baf0
commit 73bae9bb34
15 changed files with 22 additions and 28 deletions

View File

@@ -13,7 +13,7 @@
'editable' => false
)) ?>
<?= $this->render('tasklink/show', array(
<?= $this->render('task_internal_link/show', array(
'task' => $task,
'links' => $links,
'project' => $project,