* code for task #6289.

This commit is contained in:
wangyidong
2019-09-02 15:38:05 +08:00
parent a68675a69e
commit e161871c4f
4 changed files with 4 additions and 2 deletions
@@ -139,7 +139,7 @@ $(function()
</tr>
<tr>
<td class='text-right'><?php echo $lang->task->noFinished;?> :</td>
<td class='text-left'><?php echo empty($project->undoneTasks) ? 0 : html::a($this->createLink('project', 'task', "projectID={$project->id}&status=unclosed"), $project->undoneTasks);?></td>
<td class='text-left'><?php echo empty($project->undoneTasks) ? 0 : html::a($this->createLink('project', 'task', "projectID={$project->id}&status=undone"), $project->undoneTasks);?></td>
</tr>
</table>
</div>