diff --git a/module/gitlab/control.php b/module/gitlab/control.php index be5aeeaa68..c44aaac608 100644 --- a/module/gitlab/control.php +++ b/module/gitlab/control.php @@ -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; diff --git a/module/gitlab/view/browsegroup.html.php b/module/gitlab/view/browsegroup.html.php index 693ff6b956..a07c1f50cb 100644 --- a/module/gitlab/view/browsegroup.html.php +++ b/module/gitlab/view/browsegroup.html.php @@ -51,7 +51,7 @@ name;?> - path;?> + url . '/' . $gitlabGroup->path, $gitlabGroup->path, '_target');?> created_at, 0, 10);?>