Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14649317
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
Sun, Jan 12, 3:03 PM (21 h, 22 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6987219
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