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.

diff_preview_new.tmpl 314B

123456789101112
  1. <div id="file-content" class="ui attached table segment">
  2. <div class="file-view code-view has-emoji">
  3. <table>
  4. <tbody>
  5. <tr>
  6. <td class="lines-num"></td>
  7. <td class="lines-code"><pre><code><ol class="linenums">{{.FileContent}}</ol></code></pre></td>
  8. </tr>
  9. </tbody>
  10. </table>
  11. </div>
  12. </div>