Use sprites for (nearly) all application icons
Summary: Sprites for everyone. Test Plan: Loaded `/applications/`. Reviewers: btrahan, chad, vrana Reviewed By: vrana CC: aran Maniphest Tasks: T1569 Differential Revision: https://secure.phabricator.com/D3280
This commit is contained in:
@@ -26,8 +26,8 @@ final class PhabricatorApplicationFact extends PhabricatorApplication {
|
||||
return '/fact/';
|
||||
}
|
||||
|
||||
public function getIconURI() {
|
||||
return celerity_get_resource_uri('/rsrc/image/app/app_fact.png');
|
||||
public function getAutospriteName() {
|
||||
return 'fact';
|
||||
}
|
||||
|
||||
public function getRoutes() {
|
||||
|
||||
Reference in New Issue
Block a user