gitea-simplematrix/repo/editor/diff_preview.tmpl

12 lines
270 B
Cheetah
Raw Normal View History

2020-01-30 06:18:08 +00:00
<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>