* Finish task #5520.

This commit is contained in:
Yagami
2019-05-29 15:50:43 +08:00
parent aa6ead3389
commit 74c85776b9
30 changed files with 0 additions and 30 deletions
-1
View File
@@ -173,7 +173,6 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow
<p>
<span class="text-muted"><?php echo $lang->bug->noBug;?></span>
<?php if(common::hasPriv('bug', 'create')):?>
<span class="text-muted"><?php echo $lang->youCould;?></span>
<?php echo html::a($this->createLink('bug', 'create', "productID=$productID&branch=$branch&extra=moduleID=$moduleID"), "<i class='icon icon-plus'></i> " . $lang->bug->create, '', "class='btn btn-info'");?>
<?php endif;?>
</p>