* ajusted views.

This commit is contained in:
Catouse
2014-03-27 09:12:38 +08:00
parent aa96761a82
commit 99c8a0554e
11 changed files with 233 additions and 142 deletions
+1
View File
@@ -50,6 +50,7 @@ class project extends control
$this->view->projectStats = $this->project->getProjectStats($status);
$this->view->projectID = $projectID;
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->status = $status;
$this->display();
}