summaryrefslogtreecommitdiffstats
path: root/templates/repo/diff_preview_new.tmpl
blob: 34abfe1823e6952d4730fc6ec50d1e3ce8b1652d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div id="file-content" class="ui attached table segment">
	<div class="file-view code-view has-emoji">
		<table>
			<tbody>
				<tr>
					<td class="lines-num"></td>
					<td class="lines-code"><pre><code><ol class="linenums">{{.FileContent}}</ol></code></pre></td>
				</tr>
			</tbody>
		</table>
	</div>
</div>