diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl index bf253291f8..39d3b77017 100644 --- a/templates/repo/issue/view.tmpl +++ b/templates/repo/issue/view.tmpl @@ -6,7 +6,7 @@
{{template "repo/issue/navbar" .}}
- {{if not .Repository.IsArchived}} + {{if and (not .Repository.IsArchived) (not .Issue.IsPull)}}
{{if .PageIsIssueList}} {{.i18n.Tr "repo.issues.new"}}