Differential D10585 Diff 25583 src/applications/diffusion/controller/DiffusionRepositoryEditBasicController.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/diffusion/controller/DiffusionRepositoryEditBasicController.php
| Show First 20 Lines • Show All 138 Lines • ▼ Show 20 Lines | public function processRequest() { | ||||
| $object_box = id(new PHUIObjectBoxView()) | $object_box = id(new PHUIObjectBoxView()) | ||||
| ->setHeaderText($title) | ->setHeaderText($title) | ||||
| ->setForm($form) | ->setForm($form) | ||||
| ->setFormErrors($errors); | ->setFormErrors($errors); | ||||
| return $this->buildApplicationPage( | return $this->buildApplicationPage( | ||||
| array( | array( | ||||
| $crumbs, | $crumbs, | ||||
| $object_box), | $object_box, | ||||
| ), | |||||
| array( | array( | ||||
| 'title' => $title, | 'title' => $title, | ||||
| )); | )); | ||||
| } | } | ||||
| private function getReadmeInstructions() { | private function getReadmeInstructions() { | ||||
| return pht(<<<EOTEXT | return pht(<<<EOTEXT | ||||
| You can also create a `README` file at the repository root (or in any | You can also create a `README` file at the repository root (or in any | ||||
| Show All 15 Lines | |||||