* Finish task #48617.

This commit is contained in:
liyuchun
2022-02-09 10:21:05 +08:00
parent e54cadfb50
commit 845b7a6417
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -321,6 +321,7 @@ class gitlab extends control
$this->view->title = $this->lang->gitlab->common . $this->lang->colon . $this->lang->gitlab->browseGroup;
$this->view->gitlabID = $gitlabID;
$this->view->gitlab = $this->gitlab->getByID($gitlabID);
$this->view->gitlabGroupList = $groups;
$this->view->adminGroupIDList = $adminGroupIDList;
$this->view->orderBy = $orderBy;
+1 -1
View File
@@ -51,7 +51,7 @@
<?php echo html::avatar($groupName[0], 20); ?>
<span><?php echo $gitlabGroup->name;?></span>
</td>
<td class='text' title='<?php echo $gitlabGroup->path;?>'><?php echo $gitlabGroup->path;?></td>
<td class='text' title='<?php echo $gitlabGroup->path;?>'><?php echo html::a($gitlab->url . '/' . $gitlabGroup->path, $gitlabGroup->path, '_target');?></td>
<td class='text' title='<?php echo substr($gitlabGroup->created_at, 0, 10);?>'><?php echo substr($gitlabGroup->created_at, 0, 10);?></td>
<td class='c-actions text-left'>
<?php