forked from forgejo/forgejo
Merge branch 'master' into feature/goimports
This commit is contained in:
commit
f36544f98d
5 changed files with 8 additions and 27 deletions
|
@ -177,11 +177,6 @@ func Diff(ctx *context.Context) {
|
|||
}
|
||||
}
|
||||
|
||||
setEditorconfigIfExists(ctx)
|
||||
if ctx.Written() {
|
||||
return
|
||||
}
|
||||
|
||||
ctx.Data["CommitID"] = commitID
|
||||
ctx.Data["IsSplitStyle"] = ctx.Query("style") == "split"
|
||||
ctx.Data["Username"] = userName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue