mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-05 09:55:20 +02:00
fix #1981
This commit is contained in:
parent
9a0902523b
commit
81d7359fdd
4 changed files with 3 additions and 52 deletions
|
@ -45,7 +45,7 @@ func getForkRepository(ctx *middleware.Context) *models.Repository {
|
|||
}
|
||||
|
||||
ctx.Data["repo_name"] = forkRepo.Name
|
||||
ctx.Data["desc"] = forkRepo.Description
|
||||
ctx.Data["description"] = forkRepo.Description
|
||||
ctx.Data["IsPrivate"] = forkRepo.IsPrivate
|
||||
|
||||
if err = forkRepo.GetOwner(); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue