Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F78482
D7487.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
795 B
Referenced Files
None
Subscribers
None
D7487.diff
View Options
diff --git a/src/applications/phriction/controller/PhrictionHistoryController.php b/src/applications/phriction/controller/PhrictionHistoryController.php
--- a/src/applications/phriction/controller/PhrictionHistoryController.php
+++ b/src/applications/phriction/controller/PhrictionHistoryController.php
@@ -151,12 +151,15 @@
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'),
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/bj/6i/f23jvhvr35w2kb6r
Default Alt Text
D7487.diff (795 B)
Attached To
Mode
D7487: Touch up Phriction History page
Attached
Detach File
Event Timeline
Log In to Comment