1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02: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 {