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

Make the mobile menu available in "/mail/"

Summary: Ref T13244. See <https://discourse.phabricator-community.org/t/left-hand-menu-not-responsive-on-mobile/2358>.

Test Plan: {F6184160}

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13244

Differential Revision: https://secure.phabricator.com/D20093
This commit is contained in:
epriestley 2019-02-05 05:11:01 -08:00
parent a58c9d50b2
commit 5dc6502293

View file

@ -27,4 +27,8 @@ final class PhabricatorMetaMTAMailListController
return $nav;
}
public function buildApplicationMenu() {
return $this->buildSideNav()->getMenu();
}
}