mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
finish adding and deleting secret for repository settting
This commit is contained in:
@@ -475,6 +475,9 @@ func NewFuncMap() []template.FuncMap {
|
||||
"RefShortName": func(ref string) string {
|
||||
return git.RefName(ref).ShortName()
|
||||
},
|
||||
"Shadow": func(s string) string {
|
||||
return "******"
|
||||
},
|
||||
}}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user