mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
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:
parent
7a1d2087d4
commit
fd94e07aad
1 changed files with 3 additions and 5 deletions
|
@ -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(),
|
|
||||||
));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue