* Distinguish program/project/execution.

This commit is contained in:
tianshujie98
2021-03-04 13:51:33 +08:00
parent 1ad514e0b0
commit 8a8fc330ca
5 changed files with 114 additions and 114 deletions
+1 -1
View File
@@ -354,7 +354,7 @@
<tr>
<th><?php echo $lang->release->build;?></th>
<td title='<?php echo $release->buildName?>'>
<?php echo ($release->project) ? html::a($this->createLink('build', 'view', "buildID=$release->buildID"), $release->buildName, '_blank') : $release->buildName;?>
<?php echo ($release->execution) ? html::a($this->createLink('build', 'view', "buildID=$release->buildID"), $release->buildName, '_blank') : $release->buildName;?>
</td>
</tr>
<tr>