mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 22:17:20 +00:00
diff page ui
This commit is contained in:
@ -33,3 +33,9 @@ func Commits(ctx *middleware.Context, params martini.Params) {
|
||||
ctx.Data["Commits"] = commits
|
||||
ctx.HTML(200, "repo/commits")
|
||||
}
|
||||
|
||||
func Diff(ctx *middleware.Context,params martini.Params){
|
||||
ctx.Data["Title"] = "commit-sha"
|
||||
ctx.Data["IsRepoToolbarCommits"] = true
|
||||
ctx.HTML(200,"repo/diff")
|
||||
}
|
||||
|
Reference in New Issue
Block a user