Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15427116
D7487.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
781 B
Referenced Files
None
Subscribers
None
D7487.id.diff
View Options
Index: src/applications/phriction/controller/PhrictionHistoryController.php
===================================================================
--- src/applications/phriction/controller/PhrictionHistoryController.php
+++ 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/plain
Expires
Mon, Mar 24, 12:58 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7720235
Default Alt Text
D7487.id.diff (781 B)
Attached To
Mode
D7487: Touch up Phriction History page
Attached
Detach File
Event Timeline
Log In to Comment