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:
parent
d4938c349b
commit
7924e67287
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue