Allow projects icon color to be selected from several fabulous shades

Summary: This further helps differentiate types/roles for projects.

Test Plan: {F169758}

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D9710
This commit is contained in:
epriestley
2014-06-25 22:01:58 -07:00
parent 38ae1191de
commit be47f2141a
13 changed files with 117 additions and 30 deletions

View File

@@ -145,6 +145,12 @@ final class PhabricatorProjectEditMainController
$viewer,
$project);
$this->loadHandles(array($project->getPHID()));
$view->addProperty(
pht('Looks Like'),
$this->getHandle($project->getPHID())->renderTag());
$view->addProperty(
pht('Visible To'),
$descriptions[PhabricatorPolicyCapability::CAN_VIEW]);