Touch up Phriction History page
Summary: Adds an ObjectBox. Fixes T4047 Test Plan: View updated Phriction History Page. Reviewers: epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Maniphest Tasks: T4047 Differential Revision: https://secure.phabricator.com/D7487
This commit is contained in:
@@ -151,12 +151,15 @@ final class PhrictionHistoryController
|
||||
array('href' => PhrictionDocument::getSlugURI($document->getSlug())),
|
||||
head($history)->getTitle())));
|
||||
|
||||
$obj_box = id(new PHUIObjectBoxView())
|
||||
->setHeader($header)
|
||||
->appendChild($list)
|
||||
->appendChild($pager);
|
||||
|
||||
return $this->buildApplicationPage(
|
||||
array(
|
||||
$crumbs,
|
||||
$header,
|
||||
$list,
|
||||
$pager,
|
||||
$obj_box,
|
||||
),
|
||||
array(
|
||||
'title' => pht('Document History'),
|
||||
|
||||
Reference in New Issue
Block a user