Page MenuHomePhabricator

D15074.diff
No OneTemporary

D15074.diff

diff --git a/src/view/phui/PHUIListItemView.php b/src/view/phui/PHUIListItemView.php
--- a/src/view/phui/PHUIListItemView.php
+++ b/src/view/phui/PHUIListItemView.php
@@ -19,7 +19,6 @@
private $isExternal;
private $key;
private $icon;
- private $appIcon;
private $selected;
private $disabled;
private $renderNameAsTooltip;
@@ -179,7 +178,7 @@
$classes[] = 'phui-list-item-view';
$classes[] = 'phui-list-item-'.$this->type;
- if ($this->icon || $this->appIcon) {
+ if ($this->icon) {
$classes[] = 'phui-list-item-has-icon';
}
@@ -279,12 +278,6 @@
->setImage($this->profileImage);
}
- if ($this->appIcon) {
- $icon = id(new PHUIIconView())
- ->addClass('phui-list-item-icon')
- ->setIconFont($this->appIcon);
- }
-
$classes = array();
if ($this->href) {
$classes[] = 'phui-list-item-href';

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 1, 3:14 AM (1 w, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6715774
Default Alt Text
D15074.diff (898 B)

Event Timeline