Skip to content

Commit a090781

Browse files
committed
Add addtional hints you haven't submitted comments on a Diff
Summary: Ref T3669. Probably. Adds a yellow warning at the top of the Diff View and makes the comment draft icon yellow on lists of revisions. Test Plan: Test a diff with many warnings, see warning. Test a diff with draft comments, see warning. Test new icon in list view. {F230133} {F230134} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T3669 Differential Revision: https://secure.phabricator.com/D10789
1 parent 5f3753e commit a090781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/differential/view/DifferentialRevisionListView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function render() {
127127

128128
if (isset($icons['draft'])) {
129129
$draft = id(new PHUIIconView())
130-
->setIconFont('fa-comment-o lightgreytext')
130+
->setIconFont('fa-comment yellow')
131131
->addSigil('has-tooltip')
132132
->setMetadata(
133133
array(

0 commit comments

Comments
 (0)