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

Mobile-ize Phriction

Summary: Walk through using Phriction on mobile, cleaned up missing conversion.

Test Plan: View History, edit document, create document, delete document.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4872
This commit is contained in:
Chad Little 2013-02-09 08:36:28 -08:00
parent 9d031a51df
commit 2cc1da20e7

View file

@ -251,7 +251,7 @@ final class PhrictionEditController
'uri' => '/phriction/preview/?draftkey='.$draft_key, 'uri' => '/phriction/preview/?draftkey='.$draft_key,
)); ));
return $this->buildStandardPageResponse( return $this->buildApplicationPage(
array( array(
$draft_note, $draft_note,
$error_view, $error_view,
@ -260,6 +260,7 @@ final class PhrictionEditController
), ),
array( array(
'title' => pht('Edit Document'), 'title' => pht('Edit Document'),
'device' => true,
)); ));
} }