finish the task #879

This commit is contained in:
areyou123456
2012-08-17 06:37:02 +00:00
parent 8fe580c350
commit 48aecfb4de
6 changed files with 16 additions and 7 deletions
-1
View File
@@ -292,7 +292,6 @@ class bug extends control
$builds = $this->loadModel('build')->getProductBuildPairs($productID, 'noempty');
$stories = $this->story->getProductStoryPairs($productID);
}
$this->view->header->title = $this->products[$productID] . $this->lang->colon . $this->lang->bug->create;
$this->view->position[] = html::a($this->createLink('bug', 'browse', "productID=$productID"), $this->products[$productID]);
$this->view->position[] = $this->lang->bug->create;