forked from forgejo/forgejo
Web editor: improve edit file
This commit is contained in:
parent
7115e3a4d5
commit
ba27d71abe
12 changed files with 50 additions and 90 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue