aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls
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
parent7115e3a4d578ec024f9acbc043e38326bff4117e (diff)
downloadgitea-ba27d71abea437af2f0612a8960eea651ec2df59.tar.gz
gitea-ba27d71abea437af2f0612a8960eea651ec2df59.zip
Web editor: improve edit file
Diffstat (limited to 'templates/repo/pulls')
-rw-r--r--templates/repo/pulls/compare.tmpl2
-rw-r--r--templates/repo/pulls/files.tmpl2
2 files changed, 2 insertions, 2 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>
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>