Allow users to have profile icons
Summary: Ref T10054. This primarily improves aesthetics and consistency for member/wathcher lists in projects.
Test Plan:
{F1068873}
{F1068874}
Reviewers: chad
Reviewed By: chad
Maniphest Tasks: T10054
Differential Revision: https://secure.phabricator.com/D15103
This commit is contained in:
@@ -79,6 +79,13 @@ abstract class PhabricatorProjectUserListView extends AphrontView {
|
||||
->setHref($handle->getURI())
|
||||
->setImageURI($handle->getImageURI());
|
||||
|
||||
$icon = id(new PHUIIconView())
|
||||
->setIconFont($handle->getIcon().' grey');
|
||||
|
||||
$subtitle = $handle->getSubtitle();
|
||||
|
||||
$item->addAttribute(array($icon, ' ', $subtitle));
|
||||
|
||||
if ($can_edit && !$limit) {
|
||||
$remove_uri = $this->getRemoveURI($user_phid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user