mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
Add ability to edit Projects on mobile
Summary: sets action list to crumbs Test Plan: shrink browser, see mobile action list, click on it, edit Reviewers: epriestley, btrahan Reviewed By: btrahan Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8789
This commit is contained in:
parent
041c3fd19d
commit
f5eb7b6404
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ final class PhabricatorProjectEditMainController
|
|||
$project->getName(),
|
||||
$this->getApplicationURI('view/'.$project->getID().'/'));
|
||||
$crumbs->addTextCrumb(pht('Edit'));
|
||||
$crumbs->setActionList($actions);
|
||||
|
||||
$object_box = id(new PHUIObjectBoxView())
|
||||
->setHeader($header)
|
||||
|
|
Loading…
Reference in a new issue