UI fixes for project groups
This commit is contained in:
parent
1cfc51b084
commit
b875df18fd
4 changed files with 8 additions and 9 deletions
|
|
@ -58,7 +58,8 @@ class GroupController extends Controller
|
|||
$groups[] = $thisGroup;
|
||||
}
|
||||
|
||||
$this->view->groups = $groups;
|
||||
$this->layout->title = Lang::get('group_projects');
|
||||
$this->view->groups = $groups;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue