From f74d68621545be80e446e50249ff69ecc70d4c7f Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 15 Feb 2015 18:13:24 -0800 Subject: [PATCH] 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 --- .../maniphest/controller/ManiphestReportController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/maniphest/controller/ManiphestReportController.php b/src/applications/maniphest/controller/ManiphestReportController.php index bc27adf906..ca81331efe 100644 --- a/src/applications/maniphest/controller/ManiphestReportController.php +++ b/src/applications/maniphest/controller/ManiphestReportController.php @@ -52,6 +52,7 @@ final class ManiphestReportController extends ManiphestController { $nav->appendChild($core); $nav->setCrumbs( $this->buildApplicationCrumbs() + ->setBorder(true) ->addTextCrumb(pht('Reports'))); return $this->buildApplicationPage(