* fix the bug #135.
This commit is contained in:
@@ -352,6 +352,7 @@ class project extends control
|
||||
|
||||
/* Get builds. */
|
||||
$this->view->builds = $this->loadModel('build')->getProjectBuilds((int)$projectID);
|
||||
$this->view->users = $this->loadModel('user')->getPairs('noletter');
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<td class='a-left nobr'><?php strpos($build->scmPath, 'http') === 0 ? printf(html::a($build->scmPath)) : printf($build->scmPath);?></td>
|
||||
<td class='a-left nobr'><?php strpos($build->filePath, 'http') === 0 ? printf(html::a($build->filePath)) : printf($build->filePath);?></td>
|
||||
<td><?php echo $build->date?></td>
|
||||
<td><?php echo $build->builder?></td>
|
||||
<td><?php echo $users[$build->builder]?></td>
|
||||
<td>
|
||||
<?php
|
||||
common::printLink('build', 'edit', "buildID=$build->id", $lang->edit);
|
||||
|
||||
Reference in New Issue
Block a user