* Finish task #91011.

This commit is contained in:
liumengyi
2023-04-11 15:30:05 +08:00
parent 9fadd45264
commit 2397c644f5
16 changed files with 50 additions and 106 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ tbody tr td:first-child input {display: none;}
</div>
<?php endif;?>
</div>
<?php $module = $build->execution ? 'build' : 'projectbuild';?>
<?php $module = $this->app->tab == 'project' ? 'projectbuild' : 'build';?>
<div id='mainContent' class='main-content'>
<div class='tabs' id='tabsNav'>
<?php $countStories = count($stories); $countBugs = count($bugs); $countGeneratedBugs = count($generatedBugs);?>