Found some missing icons
Summary: Did a more exhaustive grep on setIcon and found 99.9% of the icons. Test Plan: I verified icon names on UIExamples, but unable to test some of the more complex flows visually. Mostly a read and replace. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin, hach-que Differential Revision: https://secure.phabricator.com/D9088
This commit is contained in:
@@ -113,7 +113,7 @@ final class DiffusionChangeController extends DiffusionController {
|
||||
id(new PhabricatorActionView())
|
||||
->setName(pht('View History'))
|
||||
->setHref($history_uri)
|
||||
->setIcon('history'));
|
||||
->setIcon('fa-clock-o'));
|
||||
|
||||
$browse_uri = $drequest->generateURI(
|
||||
array(
|
||||
@@ -124,7 +124,7 @@ final class DiffusionChangeController extends DiffusionController {
|
||||
id(new PhabricatorActionView())
|
||||
->setName(pht('Browse Content'))
|
||||
->setHref($browse_uri)
|
||||
->setIcon('file'));
|
||||
->setIcon('fa-files-o'));
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user