Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14414836
D18828.id45172.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.id45172.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
Wed, Dec 25, 4:21 PM (11 h, 49 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6927060
Default Alt Text
D18828.id45172.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