1
0
Fork 0
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:
Chad Little 2013-11-04 08:54:00 -08:00
parent d92de594b0
commit 5e2de53522

View file

@ -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'),