Config style updates.

Summary: Minor spacing tweaks to Config app. Added label for consistency.

Test Plan: Review pages in the Config app for spacing.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4523
This commit is contained in:
Chad Little
2013-01-18 18:08:06 -08:00
parent b801ca8e6f
commit 34076fae38
4 changed files with 55 additions and 42 deletions

View File

@@ -11,6 +11,7 @@ abstract class PhabricatorConfigController extends PhabricatorController {
$nav = new AphrontSideNavFilterView();
$nav->setBaseURI(new PhutilURI($this->getApplicationURI()));
$nav->addLabel(pht('Site Config'));
$nav->addFilter('/', pht('Configuration'));
$nav->addFilter('issue/', pht('Setup Issues'));
$nav->addFilter('all/', pht('Current Settings'));