From 149a9df9e8e7e91c813232fb82e644b0d3369b09 Mon Sep 17 00:00:00 2001 From: Benno Date: Fri, 15 Nov 2019 10:52:59 +0800 Subject: Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924) * update #8659 fold/unfold code diffs * add fold button style * update #8659 implement expand up/down codes (blob excerpt) * fix golint errors * fix expand direction * remove debug message * update css style for blob exceprt * fix typo in comment * update style sheet with less * update expect diff (add SectionInfo) * update #8942 accept suggested change (fix typo) * close reader and check file type before get tail section * adjust button position and check file type before insert fold button * move index js to web_src * merge index.js with master * generate index.js * update js coding style --- routers/repo/pull.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers/repo/pull.go') diff --git a/routers/repo/pull.go b/routers/repo/pull.go index 67849f33e1..a1a4e5e2bb 100644 --- a/routers/repo/pull.go +++ b/routers/repo/pull.go @@ -552,6 +552,7 @@ func ViewPullFiles(ctx *context.Context) { ctx.Data["Username"] = pull.MustHeadUserName() ctx.Data["Reponame"] = pull.HeadRepo.Name } + ctx.Data["AfterCommitID"] = endCommitID diff, err := gitdiff.GetDiffRangeWithWhitespaceBehavior(diffRepoPath, startCommitID, endCommitID, setting.Git.MaxGitDiffLines, -- cgit v1.2.3