Merge branch 'master' of github.com:easysoft/zentaopms
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<div class="small"><span class="text-muted"><?php echo $lang->project->build;?></span> <?php echo $total;?></div>
|
||||
</td>
|
||||
<?php endif;?>
|
||||
<td class="c-id-sm text-muted"><?php echo $build->id;?></td>
|
||||
<td class="c-id-sm text-muted"><?php echo sprintf('%03d', $build->id);?></td>
|
||||
<td class="c-name">
|
||||
<?php if($build->branchName) echo "<span class='label label-info label-badge'>{$build->branchName}</span>"?>
|
||||
<?php echo html::a($this->createLink('build', 'view', "build=$build->id"), $build->name);?>
|
||||
|
||||
Reference in New Issue
Block a user