Files
Atay-Makhzan/templates/repo/editor/diff_preview.tmpl
T

12 lines
278 B
Cheetah
Raw Normal View History

2016-08-28 04:31:42 -07:00
<div class="diff-file-box">
2016-08-11 05:48:08 -07:00
<div class="ui attached table segment">
2020-05-14 18:06:01 +02:00
<div class="file-body file-code code-view code-diff-unified">
2016-08-11 05:48:08 -07:00
<table>
<tbody>
{{template "repo/diff/section_unified" dict "file" .File "root" $}}
2016-08-11 05:48:08 -07:00
</tbody>
</table>
</div>
</div>
</div>