This commit is contained in:
wangyidong
2022-11-30 10:07:15 +08:00
parent 93aa0dd1e9
commit e10acea921
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -335,7 +335,7 @@
<table class='table table-data'>
<?php if($project->hasProduct):?>
<tr>
<th class='w-90px'><?php echo $lang->release->product;?></th>
<th class='w-100px'><?php echo $lang->release->product;?></th>
<td><?php echo $release->productName;?></td>
</tr>
<?php if($release->productType != 'normal'):?>
+1 -1
View File
@@ -336,7 +336,7 @@
<div class='detail-content'>
<table class='table table-data'>
<tr>
<th class='w-90px'><?php echo $lang->release->product;?></th>
<th class='w-100px'><?php echo $lang->release->product;?></th>
<td><?php echo $release->productName;?></td>
</tr>
<?php if($release->productType != 'normal'):?>