Add actions to crumbs in fund/phortune

Summary: These were missing. Sorry, need to fix this interface someday.

Test Plan: pay for stuff on mobile

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D10708
This commit is contained in:
Chad Little
2014-10-15 12:17:25 -07:00
parent f10fbb8600
commit 87679d4295
3 changed files with 3 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ final class FundInitiativeViewController
$properties = $this->buildPropertyListView($initiative);
$actions = $this->buildActionListView($initiative);
$properties->setActionList($actions);
$crumbs->setActionList($actions);
$box = id(new PHUIObjectBoxView())
->setHeader($header)