* Add gitlab browse title

This commit is contained in:
xiawenlong
2021-11-18 16:25:17 +08:00
parent c7081db530
commit 4431f52f1e
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -591,6 +591,9 @@ class gitlab extends control
$result = $this->gitlab->apiGetProjects($gitlabID, $keyword, $pager);
$gitlab = $this->gitlab->getByID($gitlabID);
$this->view->gitlab = $gitlab;
$this->view->keyword = $keyword;
$this->view->pager = $result['pager'];
$this->view->title = $this->lang->gitlab->common . $this->lang->colon . $this->lang->gitlab->browseProject;