mirror of
https://gitee.com/gitea/gitea
synced 2025-11-10 03:20:24 +08:00
More on diff page
This commit is contained in:
@@ -70,4 +70,5 @@ var TemplateFuncs template.FuncMap = map[string]interface{}{
|
||||
"SubStr": func(str string, start, length int) string {
|
||||
return str[start : start+length]
|
||||
},
|
||||
"DiffTypeToStr": DiffTypeToStr,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user