diff --git a/routers/repo/pull.go b/routers/repo/pull.go index b69592411..ee66da73b 100644 --- a/routers/repo/pull.go +++ b/routers/repo/pull.go @@ -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 { diff --git a/templates/repo/header_old.tmpl b/templates/repo/header_old.tmpl deleted file mode 100644 index 7a5100957..000000000 --- a/templates/repo/header_old.tmpl +++ /dev/null @@ -1,42 +0,0 @@ -{{with .Repository}} -