Fix footer display when IconNav is present

Summary: Fixes T7382, specifically we were drawing double navs, removed those from each page and added the correct CSS rule.

Test Plan: Test a number of people and profile pages with a footer set.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7382

Differential Revision: https://secure.phabricator.com/D11895
This commit is contained in:
Chad Little
2015-02-26 10:27:28 -08:00
parent 9e82cfcc21
commit 3003b293d8
15 changed files with 37 additions and 59 deletions

View File

@@ -110,9 +110,7 @@ final class PhabricatorProjectMembersEditController
$nav->appendChild($member_list);
return $this->buildApplicationPage(
array(
$nav,
),
$nav,
array(
'title' => $title,
));