This commit is contained in:
tianshujie98
2021-07-29 15:43:01 +08:00
parent 0689243c4d
commit 9e5cc6a1a5
+1 -1
View File
@@ -114,7 +114,7 @@
<td><?php echo zget($users, $bug->openedBy);?></td>
<?php endif;?>
<?php if($app->rawMethod == 'work'):?>
<td class="text-center <?php echo (isset($bug->delay) and $bug->status == 'active') ? 'delayed' : '';?>"><?php echo $bug->deadline;?></td>
<td class="text-center <?php echo (isset($bug->delay) and $bug->status == 'active') ? 'delayed' : '';?>"><?php if(substr($bug->deadline, 0, 4) > 0) echo substr($bug->deadline, 5, 6);?></td>
<?php endif;?>
<?php if($type != 'assignedTo'): ?>
<td class='c-assignedTo has-btn'><?php $this->bug->printAssignedHtml($bug, $users);?></td>