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

Move inline anchors up, to dolumn-level

Summary:
Fixes T8420. Now that hidden inlines no longer fold into a big clump, anchors can just jump to them in a normal way.

Move the anchors up a smidge so thing work.

Test Plan: Clicked an anchor pointed at a hidden inline, ended up in the right place.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T8420

Differential Revision: https://secure.phabricator.com/D17910
This commit is contained in:
epriestley 2017-05-16 10:02:09 -07:00
parent fdf001739c
commit 86b9deb8a9

View file

@ -405,7 +405,6 @@ final class PHUIDiffInlineCommentDetailView
'class' => 'inline-head-right',
),
array(
$anchor,
$done_button,
$links,
$actions,
@ -445,6 +444,7 @@ final class PHUIDiffInlineCommentDetailView
pht('...'));
return array(
$anchor,
$markup,
$summary,
);