0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-06 09:25:37 +02:00
gitea/templates/repo/editor/diff_preview.tmpl

11 lines
270 B
Cheetah

<div class="diff-file-box">
<div class="ui attached table segment">
<div class="file-body file-code code-view code-diff">
<table>
<tbody>
{{template "repo/diff/section_unified" dict "file" .File "root" $}}
</tbody>
</table>
</div>
</div>
</div>