diff --git a/src/applications/project/controller/PhabricatorProjectEditMainController.php b/src/applications/project/controller/PhabricatorProjectEditMainController.php index 86d189e54d..ca442bed20 100644 --- a/src/applications/project/controller/PhabricatorProjectEditMainController.php +++ b/src/applications/project/controller/PhabricatorProjectEditMainController.php @@ -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)