forked from forgejo/forgejo
Fix file edit change preview functionality (#5300)
This commit is contained in:
parent
2852c3576a
commit
7dd31eb8fb
2 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue