mirror of
https://github.com/gogs/gogs.git
synced 2026-07-01 00:07:57 +02:00
admin/config: display repository related settings (#3816)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -91,6 +91,7 @@ func NewFuncMap() []template.FuncMap {
|
||||
}
|
||||
return str[start:end]
|
||||
},
|
||||
"Join": strings.Join,
|
||||
"EllipsisString": base.EllipsisString,
|
||||
"DiffTypeToStr": DiffTypeToStr,
|
||||
"DiffLineTypeToStr": DiffLineTypeToStr,
|
||||
|
||||
Reference in New Issue
Block a user