1
1
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:
Lunny Xiao
2022-10-09 19:57:51 +08:00
committed by Jason Song
parent e43e3f9518
commit da981db596
5 changed files with 72 additions and 16 deletions

View File

@@ -475,6 +475,9 @@ func NewFuncMap() []template.FuncMap {
"RefShortName": func(ref string) string {
return git.RefName(ref).ShortName()
},
"Shadow": func(s string) string {
return "******"
},
}}
}