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 7069fe3f05..5b71fa5217 100644
--- a/templates/repo/pulls/compare.tmpl
+++ b/templates/repo/pulls/compare.tmpl
@@ -57,7 +57,7 @@
{{else}}
{{template "repo/issue/new_form" .}}
{{template "repo/commits_table" .}}
- {{template "repo/diff_box" .}}
+ {{template "repo/diff/box" .}}
{{end}}
</div>