mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix file edit change preview functionality (#5300)
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
<div class="file-body file-code code-view code-diff">
|
||||
<table>
|
||||
<tbody>
|
||||
{{with .File}}
|
||||
{{template "repo/diff/section_unified" .}}
|
||||
{{end}}
|
||||
{{template "repo/diff/section_unified" dict "file" .File "root" $}}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user