mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-06 09:28:25 +02:00
Super Pro Dexule fix for project icon timeline
Summary: It's super Test Plan: Set lots of project icons Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16513
This commit is contained in:
parent
7368859d8d
commit
2dd376055a
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ final class PhabricatorProjectTransaction
|
||||||
return 'fa-unlock';
|
return 'fa-unlock';
|
||||||
}
|
}
|
||||||
case self::TYPE_ICON:
|
case self::TYPE_ICON:
|
||||||
return 'fa-'.$new;
|
return PhabricatorProjectIconSet::getIconIcon($new);
|
||||||
case self::TYPE_IMAGE:
|
case self::TYPE_IMAGE:
|
||||||
return 'fa-photo';
|
return 'fa-photo';
|
||||||
case self::TYPE_MEMBERS:
|
case self::TYPE_MEMBERS:
|
||||||
|
|
Loading…
Add table
Reference in a new issue