summaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-10-18 19:30:39 -0400
committerUnknwon <u@gogs.io>2015-10-18 19:30:39 -0400
commitfc7959d3bc89b172b3e0f2d0c5fcdcbb09e2408e (patch)
tree23a861a3bccec2d8311067008ebd0771bee82858 /templates/repo/pulls
parent4dc6285715ccd1e90cb4e437a3c2b1d0b13d47cb (diff)
downloadgitea-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.tmpl2
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" .}}