Simplify layout and templates generation

This commit is contained in:
Frederic Guillot
2016-01-31 21:44:49 -05:00
parent 271543431e
commit 26492aba7e
51 changed files with 282 additions and 320 deletions

View File

@@ -20,7 +20,7 @@ class TaskImport extends Base
{
$project = $this->getProject();
$this->response->html($this->projectLayout('task_import/step1', array(
$this->response->html($this->helper->layout->project('task_import/step1', array(
'project' => $project,
'values' => $values,
'errors' => $errors,