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:
		| @@ -224,14 +224,15 @@ final class PhrictionDocumentController | ||||
|  | ||||
|     $children = $this->renderDocumentChildren($slug); | ||||
|  | ||||
|     $actions = $this->buildActionView($user, $document); | ||||
|  | ||||
|     $crumbs = $this->buildApplicationCrumbs(); | ||||
|     $crumbs->setActionList($actions); | ||||
|     $crumb_views = $this->renderBreadcrumbs($slug); | ||||
|     foreach ($crumb_views as $view) { | ||||
|       $crumbs->addCrumb($view); | ||||
|     } | ||||
|  | ||||
|     $actions = $this->buildActionView($user, $document); | ||||
|  | ||||
|     $header = id(new PhabricatorHeaderView()) | ||||
|       ->setHeader($page_title); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chad Little
					Chad Little