* Open build link in current page.

This commit is contained in:
daitingting
2018-03-19 14:55:54 +08:00
parent 9c2c0a6926
commit 05ad31403d
+1 -1
View File
@@ -43,7 +43,7 @@
<tr>
<td class='text-center'><?php echo $release->id;?></td>
<td><?php echo html::a(inlink('view', "release=$release->id"), $release->name);?></td>
<td title='<?php echo $release->buildName?>'><?php echo html::a($this->createLink('build', 'view', "buildID=$release->buildID"), $release->buildName, '_blank');?></td>
<td title='<?php echo $release->buildName?>'><?php echo html::a($this->createLink('build', 'view', "buildID=$release->buildID"), $release->buildName);?></td>
<?php if($product->type != 'normal'):?>
<td class='text-center'><?php echo $branches[$release->branch];?></td>
<?php endif;?>