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:
parent
4e97491ee3
commit
50e3114896
1 changed files with 3 additions and 1 deletions
|
@ -174,7 +174,9 @@ final class DifferentialRevisionViewController extends DifferentialController {
|
||||||
phutil_render_tag(
|
phutil_render_tag(
|
||||||
'a',
|
'a',
|
||||||
array(
|
array(
|
||||||
'href' => $request_uri->alter('large', 'true'),
|
'href' => $request_uri
|
||||||
|
->alter('large', 'true')
|
||||||
|
->setFragment('differential-review-toc'),
|
||||||
),
|
),
|
||||||
'Show All Files Inline').
|
'Show All Files Inline').
|
||||||
"</strong>");
|
"</strong>");
|
||||||
|
|
Loading…
Reference in a new issue