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.tmpl 279B

12345678910111213
  1. <div class="diff-file-box">
  2. <div class="ui attached table segment">
  3. <div class="file-body file-code code-view code-diff">
  4. <table>
  5. <tbody>
  6. {{with .File}}
  7. {{template "repo/diff/section_unified" .}}
  8. {{end}}
  9. </tbody>
  10. </table>
  11. </div>
  12. </div>
  13. </div>