minor fix for #1961

This commit is contained in:
Unknwon 2015-11-16 11:20:11 -05:00
parent 29ed7872f8
commit d370effca5
2 changed files with 6 additions and 1 deletions

View file

@ -494,6 +494,7 @@ func ViewIssue(ctx *middleware.Context) {
ctx.Data["PageIsPullList"] = true
ctx.Data["PageIsPullConversation"] = true
ctx.Data["HasForkedRepo"] = ctx.IsSigned && ctx.User.HasForkedRepo(ctx.Repo.Repository.ID)
} else {
ctx.Data["PageIsIssueList"] = true
}