Page MenuHomePhabricator

D15889.diff
No OneTemporary

D15889.diff

diff --git a/src/applications/diffusion/controller/DiffusionRepositoryManagePanelsController.php b/src/applications/diffusion/controller/DiffusionRepositoryManagePanelsController.php
--- a/src/applications/diffusion/controller/DiffusionRepositoryManagePanelsController.php
+++ b/src/applications/diffusion/controller/DiffusionRepositoryManagePanelsController.php
@@ -62,6 +62,7 @@
$crumbs = $this->buildApplicationCrumbs();
$crumbs->addTextCrumb($panel->getManagementPanelLabel());
+ $crumbs->setBorder(true);
$header_text = pht(
'%s: %s',
@@ -77,6 +78,13 @@
$header->setStatus('fa-ban', 'dark', pht('Inactive'));
}
+ $header->addActionLink(
+ id(new PHUIButtonView())
+ ->setTag('a')
+ ->setText(pht('View Repository'))
+ ->setHref($repository->getURI())
+ ->setIcon('fa-code'));
+
$view = id(new PHUITwoColumnView())
->setHeader($header)
->setNavigation($nav)

File Metadata

Mime Type
text/plain
Expires
Sat, May 18, 5:42 PM (4 w, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6301028
Default Alt Text
D15889.diff (961 B)

Event Timeline