mirror of
https://github.com/gogs/gogs.git
synced 2026-01-18 05:12:19 +01:00
pull: fix split view on pull request page (#3695)
This commit is contained in:
@@ -626,6 +626,7 @@ func CompareAndPullRequest(ctx *context.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
ctx.Data["IsSplitStyle"] = ctx.Query("style") == "split"
|
||||
ctx.HTML(200, COMPARE_PULL)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user