summaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls/compare.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/pulls/compare.tmpl')
-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" .}}