Update UIExamples for newPage
Summary: clever commit summary Test Plan: clever test plan Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15583
This commit is contained in:
@@ -50,11 +50,9 @@ final class PhabricatorUIExampleRenderController extends PhabricatorController {
|
|||||||
$result,
|
$result,
|
||||||
));
|
));
|
||||||
|
|
||||||
return $this->buildApplicationPage(
|
return $this->newPage()
|
||||||
$nav,
|
->setTitle($example->getName())
|
||||||
array(
|
->appendChild($nav);
|
||||||
'title' => $example->getName(),
|
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user