mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Enable sintax highlighting on diff view. Close #733
This commit is contained in:
@ -183,6 +183,7 @@ func Diff(ctx *middleware.Context) {
|
||||
ctx.Data["BeforeSourcePath"] = setting.AppSubUrl + "/" + path.Join(userName, repoName, "src", parents[0])
|
||||
}
|
||||
ctx.Data["RawPath"] = setting.AppSubUrl + "/" + path.Join(userName, repoName, "raw", commitID)
|
||||
ctx.Data["RequireHighlightJS"] = true
|
||||
ctx.HTML(200, DIFF)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user