mirror of
https://github.com/go-gitea/gitea
synced 2025-07-24 19:28:38 +00:00
Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts: templates/repo/single_list.tmpl
This commit is contained in:
@@ -92,7 +92,7 @@ func Diff(ctx *middleware.Context, params martini.Params) {
|
||||
}
|
||||
|
||||
ctx.Data["IsImageFile"] = isImageFile
|
||||
ctx.Data["Title"] = commit.Message() + " · " + base.ShortSha(commitId)
|
||||
ctx.Data["Title"] = commit.Summary() + " · " + base.ShortSha(commitId)
|
||||
ctx.Data["Commit"] = commit
|
||||
ctx.Data["Diff"] = diff
|
||||
ctx.Data["DiffNotAvailable"] = diff.NumFiles() == 0
|
||||
|
Reference in New Issue
Block a user