mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
314 B
13 lines
314 B
8 years ago
|
<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>
|