1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Add crumb border to maniphest reposrts

Summary: Adds a border

Test Plan: See border in Reports

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11774
This commit is contained in:
Chad Little 2015-02-15 18:13:24 -08:00
parent 80e399def9
commit f74d686215

View file

@ -52,6 +52,7 @@ final class ManiphestReportController extends ManiphestController {
$nav->appendChild($core);
$nav->setCrumbs(
$this->buildApplicationCrumbs()
->setBorder(true)
->addTextCrumb(pht('Reports')));
return $this->buildApplicationPage(