forked from forgejo/forgejo
More on diff page
This commit is contained in:
parent
78979c6d4c
commit
ed9b7d2db9
5 changed files with 45 additions and 18 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue