From 7924e67287f979d1a8d8be9ab5269ae23c1a0905 Mon Sep 17 00:00:00 2001 From: Anh Nhan Nguyen Date: Thu, 18 Apr 2013 12:11:02 -0700 Subject: [PATCH] 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 --- .../controller/DifferentialRevisionListController.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/applications/differential/controller/DifferentialRevisionListController.php b/src/applications/differential/controller/DifferentialRevisionListController.php index 88393f61cc..6434614af9 100644 --- a/src/applications/differential/controller/DifferentialRevisionListController.php +++ b/src/applications/differential/controller/DifferentialRevisionListController.php @@ -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, )); }