* adjust for set no sprint Menu.

This commit is contained in:
wangyidong
2022-09-23 16:22:32 +08:00
parent e82c2da808
commit 685799b216
3 changed files with 6 additions and 16 deletions
+1 -1
View File
@@ -246,7 +246,7 @@
</div>
<?php else:?>
<div id='copyProjects' class='row'>
<?php foreach ($copyProjects as $id => $name):?>
<?php foreach($copyProjects as $id => $name):?>
<?php $active = ($copyProjectID == $id) ? ' active' : '';?>
<div class='col-md-4 col-sm-6'><a href='javascript:;' data-id='<?php echo $id;?>' class='nobr <?php echo $active;?>'><?php echo html::icon($lang->icons['project'], 'text-muted') . ' ' . $name;?></a></div>
<?php endforeach;?>