mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-13 12:58:39 +02: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(),
|
$project->getName(),
|
||||||
$this->getApplicationURI('view/'.$project->getID().'/'));
|
$this->getApplicationURI('view/'.$project->getID().'/'));
|
||||||
$crumbs->addTextCrumb(pht('Edit'));
|
$crumbs->addTextCrumb(pht('Edit'));
|
||||||
|
$crumbs->setActionList($actions);
|
||||||
|
|
||||||
$object_box = id(new PHUIObjectBoxView())
|
$object_box = id(new PHUIObjectBoxView())
|
||||||
->setHeader($header)
|
->setHeader($header)
|
||||||
|
|
Loading…
Add table
Reference in a new issue