Correct links to the ghost comment navigation
This commit is contained in:
@@ -229,7 +229,7 @@ final class PhabricatorInlineCommentAdjustmentEngine
|
|||||||
$diff_id = $changeset->getDiffID();
|
$diff_id = $changeset->getDiffID();
|
||||||
$inline_id = $inline->getID();
|
$inline_id = $inline->getID();
|
||||||
$revision_id = $revision->getID();
|
$revision_id = $revision->getID();
|
||||||
$href = "/D{$revision_id}?id={$diff_id}#inline-{$inline_id}";
|
$href = "D{$revision_id}.id{$diff_id}#inline-{$inline_id}";
|
||||||
|
|
||||||
$inline
|
$inline
|
||||||
->makeEphemeral(true)
|
->makeEphemeral(true)
|
||||||
|
@@ -141,7 +141,7 @@ final class PHUIDiffInlineCommentDetailView
|
|||||||
array(
|
array(
|
||||||
'class' => 'ghost-icon',
|
'class' => 'ghost-icon',
|
||||||
'href' => $ghost['href'],
|
'href' => $ghost['href'],
|
||||||
'target' => '_blank',
|
// 'target' => '_blank',
|
||||||
),
|
),
|
||||||
$ghost_icon);
|
$ghost_icon);
|
||||||
$classes[] = 'inline-comment-ghost';
|
$classes[] = 'inline-comment-ghost';
|
||||||
|
Reference in New Issue
Block a user