mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-27 01:18:27 +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