mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
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
This commit is contained in:
parent
5f3753e231
commit
a0907819cd
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ final class DifferentialRevisionListView extends AphrontView {
|
|||
|
||||
if (isset($icons['draft'])) {
|
||||
$draft = id(new PHUIIconView())
|
||||
->setIconFont('fa-comment-o lightgreytext')
|
||||
->setIconFont('fa-comment yellow')
|
||||
->addSigil('has-tooltip')
|
||||
->setMetadata(
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue