mirror of
https://gitee.com/gitea/gitea
synced 2025-11-09 02:50:24 +08: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