Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18050554
D18433.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D18433.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionLintController.php b/src/applications/diffusion/controller/DiffusionLintController.php
--- a/src/applications/diffusion/controller/DiffusionLintController.php
+++ b/src/applications/diffusion/controller/DiffusionLintController.php
@@ -167,6 +167,7 @@
'path' => true,
'view' => 'lint',
));
+ $crumbs->setBorder(true);
if ($drequest) {
$title[] = $drequest->getRepository()->getDisplayName();
@@ -178,7 +179,7 @@
$branch = $drequest->loadBranch();
$header = id(new PHUIHeaderView())
- ->setHeader($this->renderPathLinks($drequest, 'lint'))
+ ->setHeader(pht('Lint: %s', $this->renderPathLinks($drequest, 'lint')))
->setUser($viewer)
->setHeaderIcon('fa-code');
$actions = $this->buildActionView($drequest);
@@ -465,6 +466,7 @@
'path' => true,
'view' => 'lint',
));
+ $crumbs->setBorder(true);
$header = id(new PHUIHeaderView())
->setHeader(pht('Lint: %s', $drequest->getRepository()->getDisplayName()))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 4 2025, 8:23 PM (5 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8424458
Default Alt Text
D18433.diff (1 KB)
Attached To
Mode
D18433: Set border on crumbs on Lint page
Attached
Detach File
Event Timeline
Log In to Comment