diff --git a/templates/repo/projects/view.tmpl b/templates/repo/projects/view.tmpl index ce421d9066..bbcc9c8f86 100644 --- a/templates/repo/projects/view.tmpl +++ b/templates/repo/projects/view.tmpl @@ -4,7 +4,7 @@
{{template "repo/issue/navbar" .}} - {{if and $.CanWriteProjects (not $.Repository.IsArchived)}} + {{if (not $.Repository.IsArchived)}} {{ctx.Locale.Tr "repo.issues.new"}} {{end}}