mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-20 00:40:26 +00:00
fix template bug on mirror repository setting page (#8438)
This commit is contained in:
parent
dd611c9a86
commit
7ad46cc116
2 changed files with 5 additions and 3 deletions
|
@ -236,6 +236,8 @@ func NewFuncMap() []template.FuncMap {
|
|||
"CommentMustAsDiff": gitdiff.CommentMustAsDiff,
|
||||
"MirrorAddress": mirror_service.Address,
|
||||
"MirrorFullAddress": mirror_service.AddressNoCredentials,
|
||||
"MirrorUserName": mirror_service.Username,
|
||||
"MirrorPassword": mirror_service.Password,
|
||||
}}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue