mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01:00
ObjectBoxView for Open Revisions
Summary: Missed this case in my sandbox Test Plan: Reload a test diff Reviewers: epriestley Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D7168
This commit is contained in:
parent
94d0704fdb
commit
fde23fe77c
1 changed files with 3 additions and 5 deletions
|
@ -870,11 +870,9 @@ final class DifferentialRevisionViewController extends DifferentialController {
|
||||||
$handles = $this->loadViewerHandles($phids);
|
$handles = $this->loadViewerHandles($phids);
|
||||||
$view->setHandles($handles);
|
$view->setHandles($handles);
|
||||||
|
|
||||||
return array(
|
return id(new PHUIObjectBoxView())
|
||||||
id(new PHUIHeaderView())
|
->setHeaderText(pht('Open Revisions Affecting These Files'))
|
||||||
->setHeader(pht('Open Revisions Affecting These Files')),
|
->addContent($view);
|
||||||
$view,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue