1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Add a border on diffusion uri page

Summary: This should have a border

Test Plan: Reload page

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D18549
This commit is contained in:
Chad Little 2017-09-06 20:44:37 +00:00 committed by chad
parent 4ea677ba97
commit 3b2accee7c

View file

@ -45,6 +45,7 @@ final class DiffusionRepositoryURIViewController
);
$crumbs = $this->buildApplicationCrumbs();
$crumbs->setBorder(true);
$crumbs->addTextCrumb(
$repository->getDisplayName(),
$repository->getURI());