diff options
author | Unknwon <u@gogs.io> | 2015-10-18 19:30:39 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-18 19:30:39 -0400 |
commit | fc7959d3bc89b172b3e0f2d0c5fcdcbb09e2408e (patch) | |
tree | 23a861a3bccec2d8311067008ebd0771bee82858 /templates/repo/pulls | |
parent | 4dc6285715ccd1e90cb4e437a3c2b1d0b13d47cb (diff) | |
download | gitea-fc7959d3bc89b172b3e0f2d0c5fcdcbb09e2408e.tar.gz gitea-fc7959d3bc89b172b3e0f2d0c5fcdcbb09e2408e.zip |
New/reopen PR checks if there is any unmerged and open PR
Diffstat (limited to 'templates/repo/pulls')
-rw-r--r-- | templates/repo/pulls/compare.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/pulls/compare.tmpl b/templates/repo/pulls/compare.tmpl index d176ac36ab..c3851d8053 100644 --- a/templates/repo/pulls/compare.tmpl +++ b/templates/repo/pulls/compare.tmpl @@ -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" .}} |