Skip to content

Commit

Permalink
change availability display
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Apr 2, 2019
1 parent 971b50e commit dc413f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/applications/phid/PhabricatorObjectHandle.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ private function renderLinkWithAttributes($name, array $attributes) {
}

$circle = null;
/*
if ($this->availability != self::AVAILABILITY_FULL) {
$classes[] = 'handle-availability-'.$this->availability;
$circle = array(
Expand All @@ -390,6 +391,7 @@ private function renderLinkWithAttributes($name, array $attributes) {
' ',
);
}
*/

if ($this->getType() == PhabricatorPeopleUserPHIDType::TYPECONST) {
$classes[] = 'phui-link-person';
Expand Down

0 comments on commit dc413f3

Please sign in to comment.