Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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>