* Finish task #7968.

This commit is contained in:
holan20180123
2020-09-16 14:40:27 +08:00
parent 143ada5106
commit 831e4d7aff
+1 -1
View File
@@ -59,7 +59,7 @@
<td class='c-name' title="<?php echo $task->projectName?>"><?php echo $task->projectName?></td>
<td class='c-name'><?php echo ($task->build == 'trunk' || empty($task->buildName)) ? $lang->trunk : html::a($this->createLink('build', 'view', "buildID=$task->build",'',true), $task->buildName);?></td>
<td><?php echo zget($users, $task->owner);?></td>
<td><?php echo $task->end?></td>
<td><?php echo $task->begin?></td>
<td class='text-center'><?php echo $task->caseCount?></td>
<td class='text-center pass'><?php echo $task->passCount?></td>
<td class='text-center fail'><?php echo $task->failCount?></td>