We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6c689 commit 2a99804Copy full SHA for 2a99804
templates/repo/issue/view.tmpl
@@ -6,7 +6,7 @@
6
<div class="column">
7
{{template "repo/issue/navbar" .}}
8
</div>
9
- {{if not .Repository.IsArchived}}
+ {{if and (not .Repository.IsArchived) (not .Issue.IsPull)}}
10
<div class="column right aligned">
11
{{if .PageIsIssueList}}
12
<a class="ui green button" href="{{.RepoLink}}/issues/new{{if .NewIssueChooseTemplate}}/choose{{end}}">{{.i18n.Tr "repo.issues.new"}}</a>
0 commit comments