diff --git a/templates/repo/issue/view_title.tmpl b/templates/repo/issue/view_title.tmpl index 6f65807b88..5526c585e7 100644 --- a/templates/repo/issue/view_title.tmpl +++ b/templates/repo/issue/view_title.tmpl @@ -13,7 +13,7 @@ {{if $canEditIssueTitle}} {{end}} - {{if not .Issue.IsPull}} + {{if and (not .Issue.IsPull) (not .Repository.IsArchived)}} {{ctx.Locale.Tr "repo.issues.new"}} {{end}}