mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-02 09:58:24 +01:00
Don't link "Dxxx" on Differential revision pages
Summary: Ref T12027. See T12043 for discussion. Test Plan: Double-clicked "Dxxx" to select it. Reviewers: chad Reviewed By: chad Maniphest Tasks: T12027 Differential Revision: https://secure.phabricator.com/D17283
This commit is contained in:
parent
bd9e54b621
commit
9b92e56dfc
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ final class DifferentialRevisionViewController extends DifferentialController {
|
|||
$operations_box = $this->buildOperationsBox($revision);
|
||||
|
||||
$crumbs = $this->buildApplicationCrumbs();
|
||||
$crumbs->addTextCrumb($monogram, $revision->getURI());
|
||||
$crumbs->addTextCrumb($monogram);
|
||||
$crumbs->setBorder(true);
|
||||
|
||||
$filetree_on = $viewer->compareUserSetting(
|
||||
|
|
Loading…
Add table
Reference in a new issue