1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
This commit is contained in:
Unknwon
2015-11-18 15:11:37 -05:00
parent 9a0902523b
commit 81d7359fdd
4 changed files with 3 additions and 52 deletions

View File

@@ -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 {