git support

This commit is contained in:
aaron
2019-12-13 10:46:44 +08:00
parent 79591ae2f9
commit 28a2ead76a
+1
View File
@@ -39,6 +39,7 @@
<td class='text' title='<?php echo $repo->path; ?>'><?php echo $repo->path; ?></td>
<td class='c-actions text-right'>
<?php
common::printIcon('ci', 'viewRepo', "repoID=$id", '', 'list', 'file-text');
common::printIcon('ci', 'editRepo', "repoID=$id", '', 'list', 'edit');
if (common::hasPriv('ci', 'deleteRepo')) {
$deleteURL = $this->createLink('ci', 'deleteRepo', "repoID=$id&confirm=yes");