Added total builds count to index and project page

This commit is contained in:
corpsee 2015-02-28 23:13:02 +06:00
commit da9be4930d
4 changed files with 13 additions and 9 deletions

View file

@ -86,7 +86,7 @@ class ProjectController extends PHPCI\Controller
$this->view->builds = $builds[0];
$this->view->total = $builds[1];
$this->view->project = $project;
$this->view->branch = urldecode($branch);
$this->view->branch = urldecode($branch);
$this->view->branches = $this->projectStore->getKnownBranches($projectId);
$this->view->page = $page;
$this->view->pages = $pages;