Remove all older-style navs

Summary: Move all navs to use the newer-style, darker, textured look. I'm //pretty// sure this doesn't break anything.

Test Plan: Looked at a bunch of apps.

Reviewers: btrahan, chad

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D4376
This commit is contained in:
epriestley
2013-01-09 12:03:58 -08:00
parent abee691bc1
commit 7ad3147b3b
5 changed files with 74 additions and 132 deletions

View File

@@ -160,7 +160,6 @@ abstract class PhabricatorController extends AphrontController {
}
$view->setUser($this->getRequest()->getUser());
$view->setFlexNav(true);
$page->appendChild($view);