summaryrefslogtreecommitdiffstats
path: root/templates/repo/editor/diff_preview.tmpl
blob: e2e922be343ca27be93ba39b83b31229283f6fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="diff-file-box">
	<div class="ui attached table segment">
		<div class="file-body file-code code-diff code-diff-unified unicode-escaped">
			<table>
				<tbody>
					{{template "repo/diff/section_unified" dict "file" .File "root" $}}
				</tbody>
			</table>
		</div>
	</div>
</div>