Move project templates to a subfolder

This commit is contained in:
Frédéric Guillot
2014-12-01 21:23:46 -05:00
parent 67eae33fb8
commit 50a9e2ba7d
22 changed files with 85 additions and 95 deletions

View File

@@ -300,7 +300,7 @@ abstract class Base
$params['title'] = $params['project']['name'] === $params['title'] ? $params['title'] : $params['project']['name'].' > '.$params['title'];
$params['board_selector'] = $this->projectPermission->getAllowedProjects($this->acl->getUserId());
return $this->template->layout('project_layout', $params);
return $this->template->layout('project/layout', $params);
}
/**