Mobile ready Audit/Diffusion

Summary: These have all been modernized.

Test Plan: Browse Diffusion on a narrow screen.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D10920
This commit is contained in:
Chad Little
2014-12-02 13:36:19 -08:00
parent d6341cfffe
commit f88b8a4520
6 changed files with 1 additions and 8 deletions

View File

@@ -69,7 +69,6 @@ final class DiffusionBranchTableController extends DiffusionController {
pht('Branches'),
'r'.$repository->getCallsign(),
),
'device' => false,
));
}

View File

@@ -167,7 +167,6 @@ final class DiffusionBrowseFileController extends DiffusionBrowseController {
),
array(
'title' => $basename,
'device' => false,
));
}

View File

@@ -98,7 +98,6 @@ final class DiffusionChangeController extends DiffusionController {
),
array(
'title' => pht('Change'),
'device' => false,
));
}

View File

@@ -67,7 +67,6 @@ final class DiffusionCommitController extends DiffusionController {
),
array(
'title' => pht('Commit Still Parsing'),
'device' => false,
));
}
@@ -400,7 +399,6 @@ final class DiffusionCommitController extends DiffusionController {
array(
'title' => $commit_id,
'pageObjects' => array($commit->getPHID()),
'device' => false,
));
}

View File

@@ -172,7 +172,6 @@ final class DiffusionLintController extends DiffusionController {
),
array(
'title' => $title,
'device' => false,
));
}

View File

@@ -89,9 +89,8 @@ final class DiffusionTagListController extends DiffusionController {
array(
'title' => array(
pht('Tags'),
$repository->getCallsign().' Repository',
pht('%s Repository', $repository->getCallsign()),
),
'device' => false,
));
}