Page MenuHomePhabricator

D18529.id44495.diff
No OneTemporary

D18529.id44495.diff

diff --git a/src/applications/differential/controller/DifferentialDiffCreateController.php b/src/applications/differential/controller/DifferentialDiffCreateController.php
--- a/src/applications/differential/controller/DifferentialDiffCreateController.php
+++ b/src/applications/differential/controller/DifferentialDiffCreateController.php
@@ -182,10 +182,10 @@
->setValue($button));
$form_box = id(new PHUIObjectBoxView())
- ->setHeaderText(pht('Diff'))
+ ->setHeaderText($title)
->setValidationException($validation_exception)
->setForm($form)
- ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
+ ->setBackground(PHUIObjectBoxView::WHITE_CONFIG)
->setFormErrors($errors);
$crumbs = $this->buildApplicationCrumbs();
@@ -197,15 +197,10 @@
$crumbs->addTextCrumb($title);
$crumbs->setBorder(true);
- $header = id(new PHUIHeaderView())
- ->setHeader($title)
- ->setHeaderIcon($header_icon);
-
$view = id(new PHUITwoColumnView())
- ->setHeader($header)
->setFooter(array(
- $info_view,
$form_box,
+ $info_view,
));
return $this->newPage()

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 14, 4:23 AM (3 d, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7752202
Default Alt Text
D18529.id44495.diff (1 KB)

Event Timeline