From c831d5a0039c482747c50b40fab802a882fa7a1c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 23 Jul 2016 19:55:53 +0800 Subject: [PATCH] #3186 fix wrong link for new pull request button of non-fork repository --- templates/repo/issue/list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index ce8fd6404..6b3fc660b 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -8,7 +8,7 @@ {{if .PageIsIssueList}} {{.i18n.Tr "repo.issues.new"}} {{else}} - {{.i18n.Tr "repo.pulls.new"}} + {{.i18n.Tr "repo.pulls.new"}} {{end}}