This commit is contained in:
zhangzilong
2022-02-08 15:50:12 +08:00
parent 395d380c05
commit ec4003a9a0
4 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -281,7 +281,7 @@
</tr>
<?php endif;?>
<tr>
<th class='w-70px'><?php echo $lang->bug->execution;?></th>
<th class='w-70px'><?php echo (isset($project->model) and $project->model == 'kanban') ? $lang->bug->kanban : $lang->bug->execution;?></th>
<td><?php if($bug->execution) echo html::a($this->createLink('execution', 'browse', "executionID=$bug->execution"), $bug->executionName);?></td>
</tr>
<tr class='nofixed'>