Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15418667
D15889.id38274.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
961 B
Referenced Files
None
Subscribers
None
D15889.id38274.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 22, 12:43 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7321155
Default Alt Text
D15889.id38274.diff (961 B)
Attached To
Mode
D15889: Add a "View Repository" button to the repository manage UI
Attached
Detach File
Event Timeline
Log In to Comment