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:
Chad Little
2014-05-13 07:45:39 -07:00
parent 5b31a17c96
commit 0120388a75
22 changed files with 66 additions and 66 deletions

View File

@@ -1098,7 +1098,7 @@ final class DiffusionRepositoryEditMainController
$item->addAction(
id(new PHUIListItemView())
->setIcon('delete')
->setIcon('fa-times')
->setHref($delete_uri)
->setWorkflow(true));