summaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls/files.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-28 04:31:42 -0700
committerUnknwon <u@gogs.io>2016-08-28 04:31:42 -0700
commitba27d71abea437af2f0612a8960eea651ec2df59 (patch)
tree2e0d34def64d5eb4c91aebf5e9b6a8003138193b /templates/repo/pulls/files.tmpl
parent7115e3a4d578ec024f9acbc043e38326bff4117e (diff)
downloadgitea-ba27d71abea437af2f0612a8960eea651ec2df59.tar.gz
gitea-ba27d71abea437af2f0612a8960eea651ec2df59.zip
Web editor: improve edit file
Diffstat (limited to 'templates/repo/pulls/files.tmpl')
-rw-r--r--templates/repo/pulls/files.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/pulls/files.tmpl b/templates/repo/pulls/files.tmpl
index 19a75e0763..7663788c68 100644
--- a/templates/repo/pulls/files.tmpl
+++ b/templates/repo/pulls/files.tmpl
@@ -12,7 +12,7 @@
{{template "repo/issue/view_title" .}}
{{template "repo/pulls/tab_menu" .}}
<div class="ui bottom attached tab pull segment active">
- {{template "repo/diff_box" .}}
+ {{template "repo/diff/box" .}}
</div>
</div>
</div>