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:
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,
|
'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,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue