UI fixes for project groups

This commit is contained in:
Dmitry Khomutov 2017-01-13 00:38:47 +07:00
commit b875df18fd
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
4 changed files with 8 additions and 9 deletions

View file

@ -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;
}
/**