* Finish task #9093.

This commit is contained in:
tianshujie98
2021-01-25 14:54:22 +08:00
parent e3b203dbce
commit 4e2236c817
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -115,7 +115,7 @@
?>
</td>
<td><?php echo zget($users, $story->openedBy);?></td>
<td><?php echo $story->estimate . ' ' . $config->hourUnit;?></td>
<td title="<?php echo $story->estimate . ' ' . $lang->hourCommon;?>"><?php echo $story->estimate . ' ' . $config->hourUnit;?></td>
<td>
<span class='status-story status-<?php echo $story->status;?>'><?php echo $this->processStatus('story', $story);?></span>
</td>