mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
New/reopen PR checks if there is any unmerged and open PR
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
{{else if .HasPullRequest}}
|
||||
<div class="ui segment">
|
||||
{{.i18n.Tr "repo.pulls.has_pull_request" $.RepoLink $.RepoRelPath .PullRequest.PullIndex | Safe}}
|
||||
{{.i18n.Tr "repo.pulls.has_pull_request" $.RepoLink $.RepoRelPath .PullRequest.Index | Safe}}
|
||||
</div>
|
||||
{{else}}
|
||||
{{template "repo/issue/new_form" .}}
|
||||
|
Reference in New Issue
Block a user