Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2885108
D25717.1737166090.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
688 B
Referenced Files
None
Subscribers
None
D25717.1737166090.diff
View Options
diff --git a/src/applications/project/controller/PhabricatorProjectSubprojectsController.php b/src/applications/project/controller/PhabricatorProjectSubprojectsController.php
--- a/src/applications/project/controller/PhabricatorProjectSubprojectsController.php
+++ b/src/applications/project/controller/PhabricatorProjectSubprojectsController.php
@@ -212,16 +212,4 @@
return $curtain;
}
- private function renderStatus($icon, $target, $note) {
- $item = id(new PHUIStatusItemView())
- ->setIcon($icon)
- ->setTarget(phutil_tag('strong', array(), $target))
- ->setNote($note);
-
- return id(new PHUIStatusListView())
- ->addItem($item);
- }
-
-
-
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 18, 02:08 (23 h, 39 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1111727
Default Alt Text
D25717.1737166090.diff (688 B)
Attached To
Mode
D25717: Removed unused renderStatus() from PhabricatorProjectSubprojectsController
Attached
Detach File
Event Timeline
Log In to Comment