mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 01:10:58 +01:00
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:
parent
d92de594b0
commit
5e2de53522
1 changed files with 6 additions and 3 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue