Add actions to mobile crumbs
Summary: Adds in the ActionList into Crumbs for mobile on many applications. Test Plan: Tested each application except probably drydock since not sure how to test that. Also cleaned up Ponder a little. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5648
This commit is contained in:
@@ -85,6 +85,7 @@ final class PholioMockViewController extends PholioController {
|
||||
$add_comment = $this->buildAddCommentView($mock);
|
||||
|
||||
$crumbs = $this->buildApplicationCrumbs($this->buildSideNav());
|
||||
$crumbs->setActionList($actions);
|
||||
$crumbs->addCrumb(
|
||||
id(new PhabricatorCrumbView())
|
||||
->setName('M'.$mock->getID())
|
||||
|
||||
Reference in New Issue
Block a user