blob: 06b4a2e830cc584eec3c9d707cf9590e4304a948 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<div class="diff-file-box">
<div class="ui attached table segment">
<div class="file-body file-code code-view code-diff">
<table>
<tbody>
{{with .File}}
{{template "repo/diff/section_unified" .}}
{{end}}
</tbody>
</table>
</div>
</div>
</div>
|