mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 20:40:56 +01:00
[Redesign] Try fa-code icon for open Diffs
Summary: Ref T8099, changes the icon from open to 'code'. Feels slightly better. Test Plan: btrahan, epriestley Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13055
This commit is contained in:
parent
75673a8e37
commit
b0056dd16c
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ final class DifferentialRevisionListView extends AphrontView {
|
|||
|
||||
switch ($status) {
|
||||
case ArcanistDifferentialRevisionStatus::NEEDS_REVIEW:
|
||||
$item->setStatusIcon('fa-square-o black', pht('Needs Review'));
|
||||
$item->setStatusIcon('fa-code grey', pht('Needs Review'));
|
||||
break;
|
||||
case ArcanistDifferentialRevisionStatus::NEEDS_REVISION:
|
||||
$item->setStatusIcon('fa-refresh red', pht('Needs Revision'));
|
||||
|
|
Loading…
Reference in a new issue