mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 05:20:56 +01:00
Closing as a duplicate should use "closed" iconography
Summary: Uses the check icon for closed, which is the primary action taken. Test Plan: Close as a duplicate, seen new icon. {F236048} Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10882
This commit is contained in:
parent
385ae2a787
commit
6dc29724e7
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ final class ManiphestTransaction
|
||||||
return 'fa-columns';
|
return 'fa-columns';
|
||||||
|
|
||||||
case self::TYPE_MERGED_INTO:
|
case self::TYPE_MERGED_INTO:
|
||||||
|
return 'fa-check';
|
||||||
case self::TYPE_MERGED_FROM:
|
case self::TYPE_MERGED_FROM:
|
||||||
return 'fa-compress';
|
return 'fa-compress';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue