mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 18:17:19 +00:00
Web editor: improve edit file
This commit is contained in:
@ -20,7 +20,7 @@ import (
|
||||
|
||||
const (
|
||||
COMMITS base.TplName = "repo/commits"
|
||||
DIFF base.TplName = "repo/diff"
|
||||
DIFF base.TplName = "repo/diff/page"
|
||||
)
|
||||
|
||||
func RefCommits(ctx *context.Context) {
|
||||
|
Reference in New Issue
Block a user