From ff9daa3e9be55ed5942ff161973fa1f747ab5b7e Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 6 Nov 2017 03:11:35 +0800 Subject: fix click create pull request button 404 (#2859) --- modules/context/repo.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/context/repo.go b/modules/context/repo.go index c61010ecba..883a826e44 100644 --- a/modules/context/repo.go +++ b/modules/context/repo.go @@ -424,6 +424,7 @@ 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)) { -- cgit v1.2.3