Merge branch 'zentaopms_258_bug#29700' into 'master'
* Fix bug #29700. See merge request easycorp/zentaopms!6154
This commit is contained in:
@@ -343,7 +343,7 @@ tbody tr td:first-child input {display: none;}
|
||||
<td>
|
||||
<?php $builds = '';?>
|
||||
<?php foreach(explode(',', $build->builds) as $buildID):?>
|
||||
<?php $builds .= html::a($this->createLink('build', 'view', "buildID=$buildID") . "#app={$app->tab}", zget($buildPairs, $buildID)) . $lang->comma;?>
|
||||
<?php if($buildID) $builds .= html::a($this->createLink('build', 'view', "buildID=$buildID") . "#app={$app->tab}", zget($buildPairs, $buildID)) . $lang->comma;?>
|
||||
<?php endforeach;?>
|
||||
<?php echo rtrim($builds, $lang->comma);?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user