Page MenuHomePhabricator

D15830.id38133.diff
No OneTemporary

D15830.id38133.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
@@ -58,15 +58,15 @@
} else {
$item->setIcon(
PHUIStatusItemView::ICON_ACCEPT,
- 'dark',
+ 'bluegrey',
pht('Accepted Prior Diff'));
}
break;
case DifferentialReviewerStatus::STATUS_ACCEPTED_OLDER:
$item->setIcon(
- PHUIStatusItemView::ICON_ACCEPT,
- 'dark',
+ 'fa-check-circle-o',
+ 'bluegrey',
pht('Accepted Prior Diff'));
break;
@@ -78,28 +78,29 @@
pht('Requested Changes'));
} else {
$item->setIcon(
- PHUIStatusItemView::ICON_REJECT,
- 'dark',
+ 'fa-times-circle-o',
+ 'bluegrey',
pht('Requested Changes to Prior Diff'));
}
break;
case DifferentialReviewerStatus::STATUS_REJECTED_OLDER:
$item->setIcon(
- PHUIStatusItemView::ICON_REJECT,
- 'dark',
+ 'fa-times-circle-o',
+ 'bluegrey',
pht('Rejected Prior Diff'));
break;
case DifferentialReviewerStatus::STATUS_COMMENTED:
if ($is_current) {
$item->setIcon(
- PHUIStatusItemView::ICON_INFO,
+ 'fa-question-circle',
'blue',
pht('Commented'));
} else {
$item->setIcon(
- 'info-dark',
+ 'fa-question-circle-o',
+ 'bluegrey',
pht('Commented Previously'));
}
break;

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 13, 8:55 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7632433
Default Alt Text
D15830.id38133.diff (1 KB)

Event Timeline