1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Web editor: improve edit file

This commit is contained in:
Unknwon
2016-08-28 04:31:42 -07:00
parent 7115e3a4d5
commit ba27d71abe
12 changed files with 50 additions and 90 deletions

View File

@@ -57,7 +57,7 @@
{{else}}
{{template "repo/issue/new_form" .}}
{{template "repo/commits_table" .}}
{{template "repo/diff_box" .}}
{{template "repo/diff/box" .}}
{{end}}
</div>

View File

@@ -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>