mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 19:05:41 +02: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