Added total builds count to index and project page
This commit is contained in:
parent
b8983b23a3
commit
da9be4930d
4 changed files with 13 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue