1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Update Apps Installed icons to match Projects.

Summary: Changes to checkmark and crossed circle to match active projects

Test Plan: installed and uninstalled an application. poor conpherence.

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7390
This commit is contained in:
Chad Little 2013-10-23 13:28:47 -07:00
parent 2b21b4e880
commit 18931ec4c0

View file

@ -34,9 +34,9 @@ final class PhabricatorApplicationDetailViewController
->setPolicyObject($selected);
if ($selected->isInstalled()) {
$header->setStatus('open', 'green', pht('Installed'));
$header->setStatus('oh-ok', null, pht('Installed'));
} else {
$header->setStatus('open', 'red', pht('Uninstalled'));
$header->setStatus('policy-noone', null, pht('Uninstalled'));
}
$actions = $this->buildActionView($user, $selected);