Fixing some bugs related to the last round of changes.
This commit is contained in:
parent
89435423d9
commit
fe2a029d1e
2 changed files with 5 additions and 1 deletions
|
|
@ -147,6 +147,7 @@ class ProjectController extends \PHPCI\Controller
|
|||
$branch = $this->getParam('branch', '');
|
||||
$builds = $this->getLatestBuildsHtml($projectId, urldecode($branch));
|
||||
|
||||
$this->response->disableLayout();
|
||||
$this->response->setContent($builds[0]);
|
||||
return $this->response;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue