Page MenuHomePhabricator

D15826.id38127.diff
No OneTemporary

D15826.id38127.diff

diff --git a/src/applications/differential/view/DifferentialReviewersView.php b/src/applications/differential/view/DifferentialReviewersView.php
--- a/src/applications/differential/view/DifferentialReviewersView.php
+++ b/src/applications/differential/view/DifferentialReviewersView.php
@@ -57,7 +57,7 @@
pht('Accepted'));
} else {
$item->setIcon(
- PHUIStatusItemView::ICON_ACCEPT,
+ 'fa-check',
'dark',
pht('Accepted Prior Diff'));
}
@@ -65,7 +65,7 @@
case DifferentialReviewerStatus::STATUS_ACCEPTED_OLDER:
$item->setIcon(
- PHUIStatusItemView::ICON_ACCEPT,
+ 'fa-check',
'dark',
pht('Accepted Prior Diff'));
break;
@@ -78,7 +78,7 @@
pht('Requested Changes'));
} else {
$item->setIcon(
- PHUIStatusItemView::ICON_REJECT,
+ 'fa-times',
'dark',
pht('Requested Changes to Prior Diff'));
}

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 23, 4:29 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7718776
Default Alt Text
D15826.id38127.diff (1 KB)

Event Timeline