diff --git a/modules/context/repo.go b/modules/context/repo.go index 7651d43fad..a60f81b4d5 100644 --- a/modules/context/repo.go +++ b/modules/context/repo.go @@ -427,7 +427,6 @@ func RepoAssignment() macaron.Handler { return } } - ctx.Data["IsForkedRepo"] = repo.IsFork // People who have push access or have forked repository can propose a new pull request. if ctx.Repo.IsWriter() || (ctx.IsSigned && ctx.User.HasForkedRepo(ctx.Repo.Repository.ID)) { diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 0db8f37320..4799e84a21 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -25,9 +25,9 @@ {{template "repo/sub_menu" .}}