Initial summary changes

This commit is contained in:
Gabriel Baker 2013-06-05 06:23:47 +01:00
commit 76adf14b28
4 changed files with 66 additions and 5 deletions

View file

@ -33,7 +33,7 @@ class IndexController extends \PHPCI\Controller
$projects = $this->_projectStore->getWhere(array(), 50, 0, array(), array('title' => 'ASC'));
$summary = $this->_buildStore->getBuildSummary();
$summaryView = new b8\View('BuildsTable');
$summaryView = new b8\View('SummaryTable');
$summaryView->builds = $summary['items'];
$this->view->builds = $this->getLatestBuildsHtml();