Merge branch 'devops_16736' into 'master'

* Fix bug#16846

See merge request easycorp/zentaopms!732
This commit is contained in:
李玉春
2021-12-02 05:05:04 +00:00

View File

@@ -36,7 +36,7 @@
<div class="table-empty-tip">
<p>
<span class="text-muted"><?php echo $lang->noData;?></span>
<?php if(common::hasPriv('gitlab', 'createProject')):?>
<?php if(empty($keyword) and common::hasPriv('gitlab', 'createProject')):?>
<?php echo html::a($this->createLink('gitlab', 'createProject', "gitlabID=$gitlabID"), "<i class='icon icon-plus'></i> " . $lang->gitlab->project->create, '', "class='btn btn-info'");?>
<?php endif;?>
</p>