mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
continue work on #255
This commit is contained in:
@ -141,6 +141,9 @@ var TemplateFuncs template.FuncMap = map[string]interface{}{
|
||||
"Oauth2Icon": Oauth2Icon,
|
||||
"Oauth2Name": Oauth2Name,
|
||||
"ToUtf8": ToUtf8,
|
||||
"EscapePound": func(str string) string {
|
||||
return strings.Replace(str, "#", "%23", -1)
|
||||
},
|
||||
}
|
||||
|
||||
type Actioner interface {
|
||||
|
Reference in New Issue
Block a user