mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12: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:
parent
9d031a51df
commit
2cc1da20e7
1 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,7 @@ final class PhrictionEditController
|
|||
'uri' => '/phriction/preview/?draftkey='.$draft_key,
|
||||
));
|
||||
|
||||
return $this->buildStandardPageResponse(
|
||||
return $this->buildApplicationPage(
|
||||
array(
|
||||
$draft_note,
|
||||
$error_view,
|
||||
|
@ -260,6 +260,7 @@ final class PhrictionEditController
|
|||
),
|
||||
array(
|
||||
'title' => pht('Edit Document'),
|
||||
'device' => true,
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue