0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-14 05:08:57 +02:00
gitea/templates/repo/editor/diff_preview_new.tmpl

12 lines
314 B
Cheetah

<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>