* Add gitlab binduser funcs.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<?php
|
||||
common::printLink('gitlab', 'webhook', "gitlabID=$id", "<i class='icon icon-plus'></i>");
|
||||
common::printIcon('gitlab', 'edit', "gitlabID=$id", '', 'list', 'edit');
|
||||
common::printIcon('gitlab', 'bind', "gitlabID=$id", '', 'list', 'group');
|
||||
common::printIcon('gitlab', 'binduser', "id=$id", '', 'list', 'group');
|
||||
if(common::hasPriv('gitlab', 'delete')) echo html::a($this->createLink('gitlab', 'delete', "gitlabID=$id"), '<i class="icon-trash"></i>', 'hiddenwin', "title='{$lang->gitlab->delete}' class='btn'");
|
||||
?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user