Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15382580
D18828.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
861 B
Referenced Files
None
Subscribers
None
D18828.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionBrowseController.php b/src/applications/diffusion/controller/DiffusionBrowseController.php
--- a/src/applications/diffusion/controller/DiffusionBrowseController.php
+++ b/src/applications/diffusion/controller/DiffusionBrowseController.php
@@ -916,7 +916,8 @@
->setTag('a')
->setText($text)
->setHref($href)
- ->setIcon($icon);
+ ->setIcon($icon)
+ ->setColor(PHUIButtonView::GREY);
}
private function buildDisplayRows(
@@ -1924,7 +1925,7 @@
try {
$file = $this->loadGitLFSFile($ref);
- $data = $this->renderGitLFSButton();
+ $this->corpusButtons[] = $this->renderGitLFSButton();
} catch (Exception $ex) {
$severity = PHUIInfoView::SEVERITY_ERROR;
$messages[] = pht('The data for this file could not be loaded.');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 15 2025, 1:15 PM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7694094
Default Alt Text
D18828.diff (861 B)
Attached To
Mode
D18828: Restore the "Download from Git LFS" UI button to Diffusion
Attached
Detach File
Event Timeline
Log In to Comment