More NUX states
Summary: Ref T10032, adds "Basic" NUX to more applications. Test Plan: Visit each with ?nux=true and click on the create link. T10032 is tracking which apps need general modernization to pick up these changes. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T10032 Differential Revision: https://secure.phabricator.com/D14847
This commit is contained in:
@@ -178,4 +178,16 @@ final class PhabricatorCommitSearchEngine
|
||||
return $result;
|
||||
}
|
||||
|
||||
protected function getNewUserBody() {
|
||||
|
||||
$view = id(new PHUIBigInfoView())
|
||||
->setIcon('fa-check-circle-o')
|
||||
->setTitle(pht('Welcome to Audit'))
|
||||
->setDescription(
|
||||
pht('Post-commit code review and auditing. Audits you are assigned '.
|
||||
'to will appear here.'));
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user