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

Making DifferentialListController more mobile-friendly

Summary:
We now have the app menu top-right, so we don't need the side navbar anymore

Refs T2014

Test Plan: Visited list view in narrow / wide browser. Could access everything either directly (tables :P) or the top right menus

Reviewers: epriestley, chad

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2014

Differential Revision: https://secure.phabricator.com/D5728
This commit is contained in:
Anh Nhan Nguyen 2013-04-18 12:11:02 -07:00 committed by epriestley
parent d4938c349b
commit 7924e67287

View file

@ -184,8 +184,9 @@ final class DifferentialRevisionListController extends DifferentialController {
return $this->buildApplicationPage(
$side_nav,
array(
'title' => pht('Differential Home'),
'dust' => true,
'title' => pht('Differential Home'),
'device' => true,
'dust' => true,
));
}