1
0
Fork 0
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:
Chad Little 2014-11-19 15:37:47 -08:00
parent 385ae2a787
commit 6dc29724e7

View file

@ -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';