1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-22 20:51:10 +01:00

Link to TOC in very large diff link

Test Plan: Visit the link.

Reviewers: epriestley, jungejason

Reviewed By: jungejason

CC: aran

Differential Revision: https://secure.phabricator.com/D2224
This commit is contained in:
vrana 2012-04-12 21:16:59 -07:00
parent 4e97491ee3
commit 50e3114896

View file

@ -174,7 +174,9 @@ final class DifferentialRevisionViewController extends DifferentialController {
phutil_render_tag(
'a',
array(
'href' => $request_uri->alter('large', 'true'),
'href' => $request_uri
->alter('large', 'true')
->setFragment('differential-review-toc'),
),
'Show All Files Inline').
"</strong>");