Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15423648
D15826.id38127.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D15826.id38127.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D15826: Don't communicate action on older diffs exclusively through the use of color/tooltips
Attached
Detach File
Event Timeline
Log In to Comment