aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/editor/diff_preview.tmpl
blob: 736930110a68c1d95f15430ee81952faeff94a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="diff-file-box">
	<div class="ui unstackable 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>