continue work on #255
This commit is contained in:
parent
abc57b6e43
commit
35977cd34c
7 changed files with 17 additions and 82 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue